Skip to content

Commit

Permalink
Merge pull request #185 from jayvdb/rm-proptest-unused-features
Browse files Browse the repository at this point in the history
Disable unnecessary proptest default features
  • Loading branch information
cksac authored May 9, 2024
2 parents 4d4b018 + f446d66 commit 854944a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fake/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ bson = { version = "2.10", optional = true }
[dev-dependencies]
chrono = { version = "0.4", features = ["clock"], default-features = false }
fake = { path = ".", features = ["derive"] }
proptest = "1.0.0"
proptest = { version = "1.0.0", features = ["std"], default-features = false }
rand_chacha = "0.3"

[features]
Expand Down

0 comments on commit 854944a

Please sign in to comment.