mirror of
https://github.com/chatmail/core.git
synced 2026-04-27 18:36:30 +03:00
Cargo.toml: move "rusqlite/bundled" to "vendored" feature
It is enabled from deltachat-ffi/Cargo.toml by default.
Fix for abac35c872
This commit is contained in:
@@ -115,9 +115,8 @@ name = "search_msgs"
|
||||
harness = false
|
||||
|
||||
[features]
|
||||
default = ["bundled-sqlite"]
|
||||
default = []
|
||||
internals = []
|
||||
repl = ["internals", "rustyline", "log", "pretty_env_logger", "ansi_term", "dirs"]
|
||||
vendored = ["async-native-tls/vendored", "async-smtp/native-tls-vendored"]
|
||||
vendored = ["async-native-tls/vendored", "async-smtp/native-tls-vendored", "rusqlite/bundled"]
|
||||
nightly = ["pgp/nightly"]
|
||||
bundled-sqlite = ["rusqlite/bundled"]
|
||||
|
||||
Reference in New Issue
Block a user