From 67ef848de2180aabeca99eeb64512dd8ac8a42f6 Mon Sep 17 00:00:00 2001 From: Valentin B Date: Sun, 15 Dec 2019 20:32:02 +0100 Subject: [PATCH] [mmio] Bump version --- Cargo.lock | 6 +++--- mmio/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0a9f267..d3fdc58 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -23,7 +23,7 @@ name = "mirage-bootstrap" version = "0.1.0" dependencies = [ "mirage-libswitch 0.1.0", - "mirage-mmio 0.1.0", + "mirage-mmio 0.2.0", ] [[package]] @@ -32,13 +32,13 @@ version = "0.1.0" dependencies = [ "bitflags 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "enum_primitive 0.1.1 (git+https://github.com/roblabla/enum_primitive-rs)", - "mirage-mmio 0.1.0", + "mirage-mmio 0.2.0", "paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "mirage-mmio" -version = "0.1.0" +version = "0.2.0" dependencies = [ "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/mmio/Cargo.toml b/mmio/Cargo.toml index 63fd514..b919abd 100644 --- a/mmio/Cargo.toml +++ b/mmio/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mirage-mmio" -version = "0.1.0" +version = "0.2.0" authors = ["Valentin B. "] license = "Apache-2.0/MIT" edition = "2018"