diff --git a/Cargo.toml b/Cargo.toml index 8e4fa22..8308d07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] diff --git a/volatile-macro/Cargo.toml b/volatile-macro/Cargo.toml index e5b724a..304f5da 100644 --- a/volatile-macro/Cargo.toml +++ b/volatile-macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "volatile-macro" -version = "0.5.4" +version = "0.6.0" authors = ["Martin Kröning "] edition = "2021" description = "Procedural macros for the volatile crate."