Skip to content

Commit 460aff9

Browse files
committed
fix: explicitly fixing macro version for cargo publish
1 parent 804ef57 commit 460aff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 = "*", path = "../raw_struct_derive" }
13+
raw_struct_derive = { version = "0.2.0", path = "../raw_struct_derive" }
1414

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

0 commit comments

Comments
 (0)