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 b107655 commit a7b2c82Copy full SHA for a7b2c82
Cargo.toml
@@ -62,7 +62,7 @@ tokio = { version = "1", features = [
62
] }
63
tokio-test = "0.4"
64
tokio-util = { version = "0.7", features = ["codec"] }
65
-tower = { version = "0.4", features = ["make", "util"] }
+tower = { version = "0.4", default-features = false, features = ["make", "util"] }
66
url = "2.2"
67
68
[target.'cfg(any(target_os = "linux", target_os = "macos"))'.dev-dependencies]
0 commit comments