From ce1f4f107ccf9fb3dfd11964a81b4366cd864866 Mon Sep 17 00:00:00 2001 From: Chris Oo Date: Mon, 11 Aug 2025 13:46:54 -0700 Subject: [PATCH] release: release version 0.4.0 Update dependencies (notably zerocopy to 0.8.0). Pickup various igvm_c fixes and improvements. --- Cargo.toml | 4 ++-- igvm/Cargo.toml | 2 +- igvm_defs/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f832b91..0687d83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,8 +9,8 @@ members = [ ] [workspace.dependencies] -igvm_defs = { path = "igvm_defs", version = "0.3.4" } -igvm = { path = "igvm", version = "0.3.4" } +igvm_defs = { path = "igvm_defs", version = "0.4.0" } +igvm = { path = "igvm", version = "0.4.0" } anyhow = "1.0" bitfield-struct = "0.10" diff --git a/igvm/Cargo.toml b/igvm/Cargo.toml index 166b461..350d0a3 100644 --- a/igvm/Cargo.toml +++ b/igvm/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "igvm" -version = "0.3.4" +version = "0.4.0" edition = "2021" description = "The igvm crate is an implementation of a parser for the Independent Guest Virtual Machine (IGVM) file format." license = "MIT" diff --git a/igvm_defs/Cargo.toml b/igvm_defs/Cargo.toml index a7a09bf..fb0638e 100644 --- a/igvm_defs/Cargo.toml +++ b/igvm_defs/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "igvm_defs" -version = "0.3.4" +version = "0.4.0" edition = "2021" description = "The igvm_defs crate is the specification for the Independent Guest Virtual Machine (IGVM) file format." license = "MIT"