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:
link2xt
2025-06-05 18:39:47 +00:00
committed by l
parent bd70d48cdf
commit 15092407ea

View File

@@ -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]