Skip to content

Commit

Permalink
default_features is deprecated - switch it to default-features
Browse files Browse the repository at this point in the history
  • Loading branch information
LikeLakers2 authored and jswrenn committed Oct 22, 2024
1 parent a447b68 commit 5d4056b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ rand = "0.7"
criterion = { version = "0.4.0", features = ["html_reports"] }
paste = "1.0.0" # Used in test_std to instantiate generic tests
permutohedron = "0.2"
quickcheck = { version = "0.9", default_features = false }
quickcheck = { version = "0.9", default-features = false }

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

0 comments on commit 5d4056b

Please sign in to comment.