Skip to content

Commit 5d4056b

Browse files
LikeLakers2jswrenn
authored andcommitted
default_features is deprecated - switch it to default-features
1 parent a447b68 commit 5d4056b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ rand = "0.7"
3030
criterion = { version = "0.4.0", features = ["html_reports"] }
3131
paste = "1.0.0" # Used in test_std to instantiate generic tests
3232
permutohedron = "0.2"
33-
quickcheck = { version = "0.9", default_features = false }
33+
quickcheck = { version = "0.9", default-features = false }
3434

3535
[features]
3636
default = ["use_std"]

0 commit comments

Comments
 (0)