Skip to content

Commit

Permalink
[proptest] [Fix] Manifest : specify proptest-macro version (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-russo authored Jul 6, 2024
1 parent d81c683 commit e1125b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proptest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ bit-set = [ "dep:bit-set", "dep:bit-vec" ]
[dependencies]
bitflags = "2"
unarray = "0.1.4"
proptest-macro = { path = "../proptest-macro", optional = true }
proptest-macro = { version = "0.1", optional = true }

# [dependencies.hashmap_core]
# version = "0.1.5"
Expand Down

0 comments on commit e1125b1

Please sign in to comment.