You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
484 B
24 lines
484 B
--- concurrent-queue-2.4.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ concurrent-queue-2.4.0/Cargo.toml 2024-01-11T20:23:14.234263+00:00
|
|
@@ -36,10 +36,6 @@
|
|
[lib]
|
|
bench = false
|
|
|
|
-[[bench]]
|
|
-name = "bench"
|
|
-harness = false
|
|
-
|
|
[dependencies.crossbeam-utils]
|
|
version = "0.8.11"
|
|
default-features = false
|
|
@@ -48,9 +44,6 @@
|
|
version = "1"
|
|
optional = true
|
|
default-features = false
|
|
-
|
|
-[dev-dependencies.criterion]
|
|
-version = "0.4.0"
|
|
|
|
[dev-dependencies.easy-parallel]
|
|
version = "3.1.0"
|