mirror of
https://github.com/chatmail/core.git
synced 2026-04-27 18:36:30 +03:00
build: enable async-native-tls/vendored feature
OpenSSL is vendored, but because of rusqlite feature transitively enabling vendoring feature. This change makes vendoring explicit even if we disable SQLCipher in the future.
This commit is contained in:
@@ -204,7 +204,8 @@ yerpc = "0.6.4"
|
||||
default = ["vendored"]
|
||||
internals = []
|
||||
vendored = [
|
||||
"rusqlite/bundled-sqlcipher-vendored-openssl"
|
||||
"rusqlite/bundled-sqlcipher-vendored-openssl",
|
||||
"async-native-tls/vendored"
|
||||
]
|
||||
|
||||
[lints.rust]
|
||||
|
||||
Reference in New Issue
Block a user