Skip to content

Commit 9646766

Browse files
committed
build: disable unused brotli feature "ffi-api"
1 parent e948ec3 commit 9646766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ async-smtp = { version = "0.9", default-features = false, features = ["runtime-t
4141
async_zip = { version = "0.0.12", default-features = false, features = ["deflate", "fs"] }
4242
backtrace = "0.3"
4343
base64 = "0.21"
44-
brotli = "3.3"
44+
brotli = { version = "3.3", default-features=false, features = ["std"] }
4545
chrono = { version = "0.4", default-features=false, features = ["clock", "std"] }
4646
email = { git = "https://github.com/deltachat/rust-email", branch = "master" }
4747
encoded-words = { git = "https://github.com/async-email/encoded-words", branch = "master" }

0 commit comments

Comments
 (0)