Skip to content

Commit

Permalink
Use only std feature for brotli
Browse files Browse the repository at this point in the history
  • Loading branch information
mati865 committed Jan 26, 2022
1 parent 40f2446 commit 4577e83
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 @@ -37,7 +37,7 @@ futures-write = ["futures-io"]

[dependencies]
xz2 = { version = "0.1.6", optional = true }
brotli = { version = "3.3.0", optional = true }
brotli = { version = "3.3.0", optional = true, default-features = false, features = ["std"] }
bytes-05 = { package = "bytes", version = "0.5.0", optional = true }
bzip2 = { version = "0.4.1" , optional = true }
flate2 = { version = "1.0.11", optional = true }
Expand Down

0 comments on commit 4577e83

Please sign in to comment.