Skip to content

Commit

Permalink
Per cargo docs, this should fix the circular dep when publishing strum (
Browse files Browse the repository at this point in the history
#411)

Co-authored-by: Peter Glotfelty <[email protected]>
  • Loading branch information
Peternator7 and Peter Glotfelty authored Feb 8, 2025
1 parent 45323f7 commit f684dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strum_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ rustversion = "1.0"
syn = { version = "2.0", features = ["parsing"] }

[dev-dependencies]
strum = { path = "../strum", version= "0.26" }
strum = { path = "../strum" }

0 comments on commit f684dc4

Please sign in to comment.