diff --git a/Cargo.lock b/Cargo.lock index 4606deee..6aa4caf9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -80,7 +80,7 @@ dependencies = [ [[package]] name = "hypervisor-fw" -version = "0.4.1" +version = "0.4.2" dependencies = [ "atomic_refcell", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index 835a4667..6b671506 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hypervisor-fw" -version = "0.4.1" +version = "0.4.2" authors = ["The Rust Hypervisor Firmware Authors"] edition = "2021"