We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ec5762 commit 6aee211Copy full SHA for 6aee211
Cargo.toml
@@ -11,7 +11,7 @@ repository = "https://github.com/rust-osdev/volatile"
11
edition = "2021"
12
13
[dependencies]
14
-volatile-macro = { version = "=0.5.4", optional = true, path = "volatile-macro" }
+volatile-macro = { version = "=0.6.0", optional = true, path = "volatile-macro" }
15
16
[features]
17
derive = ["dep:volatile-macro"]
volatile-macro/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "volatile-macro"
3
-version = "0.5.4"
+version = "0.6.0"
4
authors = ["Martin Kröning <mkroening@posteo.net>"]
5
6
description = "Procedural macros for the volatile crate."
0 commit comments