Skip to content

Commit

Permalink
Fix positional_derive version in positional cargo toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
cottinisimone committed Dec 18, 2023
1 parent 1f70d19 commit 0eddc01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion positional/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ name = "enum"
[dependencies]
itertools = "0.10.3"
pad = "0.1.6"
positional_derive = {version = "=0.4.1", path = "../positional_derive"}
positional_derive = {version = "=0.4.1-rc.0", path = "../positional_derive"}
proc-macro2 = "1.0.39"
quote = "1.0"
thiserror = "1.0.31"
Expand Down

0 comments on commit 0eddc01

Please sign in to comment.