Skip to content

Commit

Permalink
Merge pull request #6 from CaptainVincent/Fix-flate2-compile-issue
Browse files Browse the repository at this point in the history
  • Loading branch information
juntao authored Aug 17, 2023
2 parents 69bd545 + 9ef53f1 commit 522a176
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 522a176

Please sign in to comment.