We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f096ee commit bd5a3a3Copy full SHA for bd5a3a3
Cargo.toml
@@ -35,7 +35,7 @@ name = "bench"
35
harness = false
36
37
[dev-dependencies]
38
-criterion = { version = "0.6", features = ["cargo_bench_support"], default-features = false }
+criterion = { version = "0.6", default-features = false, features = ["cargo_bench_support"] }
39
easy-parallel = "3.1.0"
40
fastrand = "2.0.0"
41
0 commit comments