Skip to content

Commit a1cbfba

Browse files
Merge #673
673: tidy Cargo.toml r=phimuemue a=danieleades tidies `Cargo.toml` (especially the dev-dependencies) Also bumps the dev dependencies Note that there's no impact on the MSRV since the MSRV check in CI is currently not checking dev targets Co-authored-by: Daniel Eades <[email protected]>
2 parents 187a5cc + 0d80341 commit a1cbfba

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)