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-drain/SOURCES/drain-fix-metadata.diff

21 lines
440 B

--- drain-0.1.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ drain-0.1.1/Cargo.toml 2023-10-20T09:43:14.440427+00:00
@@ -22,10 +22,6 @@
version = "1"
features = ["macros", "sync"]
-[dependencies.tower]
-version = "0.4.7"
-optional = true
-default-features = false
[dev-dependencies.futures]
version = "0.3.15"
default-features = false
@@ -35,6 +31,3 @@
[dev-dependencies.tokio-test]
version = "0.4"
-
-[features]
-retain = ["tower"]