From 4dc2d47d7fef8729767e983327ac38531b200553 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sun, 21 Apr 2024 19:19:39 +0200 Subject: [PATCH] chore: Release --- Cargo.toml | 4 ++-- volatile-macro/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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."