diff --git a/Cargo.lock b/Cargo.lock index cf1d821..f6b03f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -207,7 +207,7 @@ dependencies = [ [[package]] name = "rustsbi-qemu" -version = "0.1.0" +version = "0.0.1" dependencies = [ "buddy_system_allocator", "device_tree", diff --git a/rustsbi-qemu/Cargo.toml b/rustsbi-qemu/Cargo.toml index 5d698a7..4143c79 100644 --- a/rustsbi-qemu/Cargo.toml +++ b/rustsbi-qemu/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustsbi-qemu" -version = "0.1.0" +version = "0.0.1" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html