Skip to content

Commit

Permalink
(cargo-release) version 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasbishop committed Aug 3, 2022
1 parent 768d55a commit 2dc49db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gpt_disk_io/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repository = "https://github.com/google/gpt-disk-rs"

[dependencies]
bytemuck = { version = "1.9.1", default-features = false }
gpt_disk_types = { version = "0.12.0", path = "../gpt_disk_types" }
gpt_disk_types = { version = "0.13.0", path = "../gpt_disk_types" }

[dev-dependencies]
anyhow = "1.0.58"
Expand Down
2 changes: 1 addition & 1 deletion gpt_disk_types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

[package]
name = "gpt_disk_types"
version = "0.12.0"
version = "0.13.0"
edition = "2021"

categories = ["data-structures", "embedded", "no-std"]
Expand Down

0 comments on commit 2dc49db

Please sign in to comment.