Skip to content

Commit

Permalink
relase: release version 0.1.6 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-oo authored Feb 28, 2024
1 parent 5647d84 commit 44708fd
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.1.5" }
igvm = { path = "igvm", version = "0.1.5" }
igvm_defs = { path = "igvm_defs", version = "0.1.6" }
igvm = { path = "igvm", version = "0.1.6" }

anyhow = "1.0"
bitfield-struct = "0.5"
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.1.5"
version = "0.1.6"
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.1.5"
version = "0.1.6"
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 44708fd

Please sign in to comment.