Skip to content

Commit 93721dc

Browse files
committed
Use patched async-compression
1 parent a14046b commit 93721dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ runtime-tokio = ["tokio", "async-compression?/tokio"]
2727

2828
[dependencies]
2929
async-channel = "2.0.0"
30-
async-compression = { path = "../../async-compression", default-features = false, features = ["deflate"], optional = true }
30+
async-compression = { git = "https://github.com/link2xt/async-compression.git", default-features = false, features = ["deflate"], optional = true, branch = "link2xt/miniz_oxide-consumes-all-input" }
3131
async-std = { version = "1.8.0", default-features = false, features = ["std", "unstable"], optional = true }
3232
base64 = "0.21"
3333
bytes = "1"

0 commit comments

Comments
 (0)