Skip to content

Commit 4577e83

Browse files
committed
Use only std feature for brotli
1 parent 40f2446 commit 4577e83

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)