diff --git a/Cargo.toml b/Cargo.toml index f44b209..b8bb727 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "volatile" -version = "0.5.3-rc.1" +version = "0.5.3-rc.2" authors = ["Philipp Oppermann "] license = "MIT OR Apache-2.0" keywords = ["volatile"] @@ -11,7 +11,7 @@ repository = "https://github.com/rust-osdev/volatile" edition = "2021" [dependencies] -volatile-macro = { version = "=0.5.3-rc.1", optional = true, path = "volatile-macro" } +volatile-macro = { version = "=0.5.3-rc.2", optional = true, path = "volatile-macro" } [features] derive = ["dep:volatile-macro"] diff --git a/volatile-macro/Cargo.toml b/volatile-macro/Cargo.toml index affac37..b46ea3d 100644 --- a/volatile-macro/Cargo.toml +++ b/volatile-macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "volatile-macro" -version = "0.5.3-rc.1" +version = "0.5.3-rc.2" authors = ["Martin Kröning "] edition = "2021" description = "Procedural macros for the volatile crate."