Skip to content

Commit

Permalink
release: release version 0.3.2 (#62)
Browse files Browse the repository at this point in the history
New release that revs dependencies and has support for AMD SEV-ES and
SEV.
  • Loading branch information
chris-oo authored Jun 4, 2024
1 parent 03c19dc commit cabc428
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ members = [
]

[workspace.dependencies]
igvm_defs = { path = "igvm_defs", version = "0.3.1" }
igvm = { path = "igvm", version = "0.3.1" }
igvm_defs = { path = "igvm_defs", version = "0.3.2" }
igvm = { path = "igvm", version = "0.3.2" }

anyhow = "1.0"
bitfield-struct = "0.6.2"
Expand Down
2 changes: 1 addition & 1 deletion igvm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "igvm"
version = "0.3.1"
version = "0.3.2"
edition = "2021"
description = "The igvm crate is an implementation of a parser for the Independent Guest Virtual Machine (IGVM) file format."
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion igvm_defs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "igvm_defs"
version = "0.3.1"
version = "0.3.2"
edition = "2021"
description = "The igvm_defs crate is the specification for the Independent Guest Virtual Machine (IGVM) file format."
license = "MIT"
Expand Down

0 comments on commit cabc428

Please sign in to comment.