Skip to content

Commit bfb0254

Browse files
committed
misc: bumped version to v0.3.0
1 parent 4eef8b8 commit bfb0254

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ members = [
88
]
99

1010
[workspace.package]
11-
version = "0.2.1"
11+
version = "0.3.0"
1212
edition = "2021"
1313
authors = ["Markus Hadenfeldt <[email protected]>"]
1414
description = "raw_struct is a Rust procedural macro for easily declaring C-style structs that reference local or external memory, based on your memory implementation. It generates appropiate getter methods for easy access."

raw_struct/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description.workspace = true
1010
readme = "../README.MD"
1111

1212
[dependencies]
13-
raw_struct_derive = { version = "0.2.1", path = "../raw_struct_derive" }
13+
raw_struct_derive = { version = "0.3.0", path = "../raw_struct_derive" }
1414

1515
[features]
1616
default = ["std"]

0 commit comments

Comments
 (0)