Skip to content

Commit 711aff3

Browse files
bors[bot]mati865
andauthored
Merge #139
139: Use only `std` feature for `brotli` r=Nemo157 a=mati865 Closes #83 by disabling `ffi-api` feature thanks to dropbox/rust-brotli#48 Co-authored-by: Mateusz Mikuła <[email protected]>
2 parents 40f2446 + 4577e83 commit 711aff3

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
@@ -37,7 +37,7 @@ futures-write = ["futures-io"]
3737

3838
[dependencies]
3939
xz2 = { version = "0.1.6", optional = true }
40-
brotli = { version = "3.3.0", optional = true }
40+
brotli = { version = "3.3.0", optional = true, default-features = false, features = ["std"] }
4141
bytes-05 = { package = "bytes", version = "0.5.0", optional = true }
4242
bzip2 = { version = "0.4.1" , optional = true }
4343
flate2 = { version = "1.0.11", optional = true }

0 commit comments

Comments
 (0)