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.
26 lines
578 B
26 lines
578 B
--- piper-0.2.1/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ piper-0.2.1/Cargo.toml 2023-10-08T21:09:34.238288+00:00
|
|
@@ -22,10 +22,6 @@
|
|
readme = "README.md"
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/notgull/piper"
|
|
-
|
|
-[[bench]]
|
|
-name = "pipe_comparison"
|
|
-harness = false
|
|
|
|
[dependencies.atomic-waker]
|
|
version = "1.1.0"
|
|
@@ -58,11 +54,6 @@
|
|
[dev-dependencies.async-io]
|
|
version = "1.13.0"
|
|
|
|
-[dev-dependencies.criterion]
|
|
-version = "0.4.0"
|
|
-features = ["cargo_bench_support"]
|
|
-default-features = false
|
|
-
|
|
[dev-dependencies.easy-parallel]
|
|
version = "3.2.0"
|
|
|