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 a14046b commit 93721dcCopy full SHA for 93721dc
Cargo.toml
@@ -27,7 +27,7 @@ runtime-tokio = ["tokio", "async-compression?/tokio"]
27
28
[dependencies]
29
async-channel = "2.0.0"
30
-async-compression = { path = "../../async-compression", default-features = false, features = ["deflate"], optional = true }
+async-compression = { git = "https://github.com/link2xt/async-compression.git", default-features = false, features = ["deflate"], optional = true, branch = "link2xt/miniz_oxide-consumes-all-input" }
31
async-std = { version = "1.8.0", default-features = false, features = ["std", "unstable"], optional = true }
32
base64 = "0.21"
33
bytes = "1"
0 commit comments