From 6aee21105de28e8fce686cfb1695b0bf82c64601 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Thu, 6 Jun 2024 13:46:23 +0200 Subject: [PATCH] chore: Release --- Cargo.toml | 2 +- volatile-macro/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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."