Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-opp committed Jun 6, 2024
1 parent 1ec5762 commit 6aee211
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository = "https://github.com/rust-osdev/volatile"
edition = "2021"

[dependencies]
volatile-macro = { version = "=0.5.4", optional = true, path = "volatile-macro" }
volatile-macro = { version = "=0.6.0", optional = true, path = "volatile-macro" }

[features]
derive = ["dep:volatile-macro"]
Expand Down
2 changes: 1 addition & 1 deletion volatile-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "volatile-macro"
version = "0.5.4"
version = "0.6.0"
authors = ["Martin Kröning <[email protected]>"]
edition = "2021"
description = "Procedural macros for the volatile crate."
Expand Down

0 comments on commit 6aee211

Please sign in to comment.