From 768177661d6d58822f94186b8aa47c3a8be37259 Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Mon, 1 Aug 2022 15:39:26 +0100 Subject: [PATCH] build: Bump version for 0.4.1 release Signed-off-by: Rob Bradford --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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