Skip to content

Commit f684dc4

Browse files
Peternator7Peter Glotfelty
and
Peter Glotfelty
authored
Per cargo docs, this should fix the circular dep when publishing strum (#411)
Co-authored-by: Peter Glotfelty <peter@glotfelty.us>
1 parent 45323f7 commit f684dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

strum_macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ rustversion = "1.0"
2727
syn = { version = "2.0", features = ["parsing"] }
2828

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

0 commit comments

Comments
 (0)