Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
Usage of zlib backend for flate2 causes a compilation failure.
One should use a rust_backend instead.
  • Loading branch information
lveyde committed Sep 2, 2023
1 parent 77771ba commit 795f984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ categories = ["asynchronous", "database"]
[dependencies]
bytes = "1.0"
crossbeam = "0.8.1"
flate2 = { version = "1.0", features = ["zlib"], default-features = false }
flate2 = { version = "1.0", features = ["rust_backend"], default-features = false }
futures-core = "0.3"
futures-util = "0.3"
futures-sink = "0.3"
Expand Down

0 comments on commit 795f984

Please sign in to comment.