Skip to content

Commit 1509240

Browse files
committed
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.
1 parent bd70d48 commit 1509240

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,8 @@ yerpc = "0.6.4"
204204
default = ["vendored"]
205205
internals = []
206206
vendored = [
207-
"rusqlite/bundled-sqlcipher-vendored-openssl"
207+
"rusqlite/bundled-sqlcipher-vendored-openssl",
208+
"async-native-tls/vendored"
208209
]
209210

210211
[lints.rust]

0 commit comments

Comments
 (0)