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.
rust-combine/combine-fix-metadata.diff

54 lines
987 B

--- combine-4.6.6/Cargo.toml 1970-01-01T00:00:01+00:00
+++ combine-4.6.6/Cargo.toml 2022-08-10T19:32:50.511737+00:00
@@ -127,12 +127,6 @@
default-features = false
package = "tokio"
-[dependencies.tokio-03-dep]
-version = "0.3"
-optional = true
-default-features = false
-package = "tokio"
-
[dependencies.tokio-dep]
version = "1"
optional = true
@@ -154,10 +148,6 @@
[dev-dependencies.bytes_05]
version = "0.5"
package = "bytes"
-
-[dev-dependencies.criterion]
-version = "0.3"
-default-features = false
[dev-dependencies.futures-03-dep]
version = "0.3.1"
@@ -186,15 +176,6 @@
"io-driver",
"io-util",
"macros",
-]
-package = "tokio"
-
-[dev-dependencies.tokio-03-dep]
-version = "0.3"
-features = [
- "fs",
- "macros",
- "rt-multi-thread",
]
package = "tokio"
@@ -240,10 +221,3 @@
"pin-project-lite",
"bytes_05",
]
-tokio-03 = [
- "pin-project",
- "std",
- "tokio-03-dep",
- "futures-core-03",
- "pin-project-lite",
-]