Skip to content

Commit

Permalink
Try removing version from test-fuzz-testing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Oct 18, 2021
1 parent a21ab92 commit defef6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cargo-test-fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ rlimit = "0.6.2"
tempfile = "3.2.0"
test-env-log = "0.2.7"

testing = { path = "../testing", package = "test-fuzz-testing", version = "=1.0.1" }
testing = { path = "../testing", package = "test-fuzz-testing" }

[features]
default = ["test-fuzz/serde_bincode"]
2 changes: 1 addition & 1 deletion test-fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ lazy_static = "1.4.0"
predicates = "2.0.3"
regex = "1.5.4"

testing = { path = "../testing", package = "test-fuzz-testing", version = "=1.0.1" }
testing = { path = "../testing", package = "test-fuzz-testing" }

[features]
default = ["serde_bincode"]
Expand Down

0 comments on commit defef6c

Please sign in to comment.