We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
default_features
default-features
1 parent a447b68 commit 5d4056bCopy full SHA for 5d4056b
Cargo.toml
@@ -30,7 +30,7 @@ rand = "0.7"
30
criterion = { version = "0.4.0", features = ["html_reports"] }
31
paste = "1.0.0" # Used in test_std to instantiate generic tests
32
permutohedron = "0.2"
33
-quickcheck = { version = "0.9", default_features = false }
+quickcheck = { version = "0.9", default-features = false }
34
35
[features]
36
default = ["use_std"]
0 commit comments