Skip to content

Commit

Permalink
Fix compile issue
Browse files Browse the repository at this point in the history
Relative to rust-lang/flate2-rs#359
Users need to actively choose a backend.

Signed-off-by: vincent <[email protected]>
  • Loading branch information
CaptainVincent committed Aug 16, 2023
1 parent 69bd545 commit 9ef53f1
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", default-features = false }
flate2 = { version = "1.0", features = ["zlib"], default-features = false }
futures-core = "0.3"
futures-util = "0.3"
futures-sink = "0.3"
Expand Down

0 comments on commit 9ef53f1

Please sign in to comment.