Skip to content

Commit

Permalink
release: release version 0.3.3 (#69)
Browse files Browse the repository at this point in the history
Release version 0.3.3 picking up fixes for compiling without unstable.
  • Loading branch information
chris-oo authored Jul 9, 2024
1 parent 553a654 commit ec710cb
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.2" }
igvm = { path = "igvm", version = "0.3.2" }
igvm_defs = { path = "igvm_defs", version = "0.3.3" }
igvm = { path = "igvm", version = "0.3.3" }

anyhow = "1.0"
bitfield-struct = "0.7"
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.2"
version = "0.3.3"
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.2"
version = "0.3.3"
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 ec710cb

Please sign in to comment.