Skip to content

Commit 0d80341

Browse files
committed
tidy Cargo.toml
1 parent 187a5cc commit 0d80341

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

Cargo.toml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,10 @@ either = { version = "1.0", default-features = false }
2828

2929
[dev-dependencies]
3030
rand = "0.7"
31-
criterion = "=0" # TODO how could this work with our minimum supported Rust version?
32-
paste = "1.0.0" # Used in test_std to instantiate generic tests
33-
34-
[dev-dependencies.quickcheck]
35-
version = "0.9"
36-
default-features = false
37-
38-
[dev-dependencies.permutohedron]
39-
version = "0.2"
31+
criterion = "0.4.0"
32+
paste = "1.0.0" # Used in test_std to instantiate generic tests
33+
permutohedron = "0.2"
34+
quickcheck = { version = "0.9", default_features = false }
4035

4136
[features]
4237
default = ["use_std"]

0 commit comments

Comments
 (0)