Skip to content

Commit

Permalink
Disable unnecessary proptest default features
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb committed May 6, 2024
1 parent 4d4b018 commit f446d66
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 f446d66

Please sign in to comment.