Skip to content

Commit 4dc2d47

Browse files
committed
chore: Release
1 parent 7cfdfa1 commit 4dc2d47

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "volatile"
3-
version = "0.5.3-rc.1"
3+
version = "0.5.3-rc.2"
44
authors = ["Philipp Oppermann <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
keywords = ["volatile"]
@@ -11,7 +11,7 @@ repository = "https://github.com/rust-osdev/volatile"
1111
edition = "2021"
1212

1313
[dependencies]
14-
volatile-macro = { version = "=0.5.3-rc.1", optional = true, path = "volatile-macro" }
14+
volatile-macro = { version = "=0.5.3-rc.2", optional = true, path = "volatile-macro" }
1515

1616
[features]
1717
derive = ["dep:volatile-macro"]

volatile-macro/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "volatile-macro"
3-
version = "0.5.3-rc.1"
3+
version = "0.5.3-rc.2"
44
authors = ["Martin Kröning <[email protected]>"]
55
edition = "2021"
66
description = "Procedural macros for the volatile crate."

0 commit comments

Comments
 (0)