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"