diff --git a/Cargo.lock b/Cargo.lock index f9896583..02ad713a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -80,7 +80,7 @@ dependencies = [ [[package]] name = "hypervisor-fw" -version = "0.4.0" +version = "0.4.1" dependencies = [ "atomic_refcell", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index 2b398a3b..654aa24f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hypervisor-fw" -version = "0.4.0" -authors = ["Rob Bradford "] +version = "0.4.1" +authors = ["The Rust Hypervisor Firmware Authors"] edition = "2021" # Despite "panic-strategy": "abort" being set in target.json, panic = "abort" is