mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
sys/Cargo.toml: preupdate_hook, session require buildtime_bindgen
We add an explicit "buildtime_bindgen" to the "session" feature, rather than just relying on the transitive "session" -> "preupdate_hook" -> "buildtime_bindgen", to proof against possible future changes.
This commit is contained in:
parent
1c9e381a21
commit
db64b8dfb0
@ -27,9 +27,9 @@ bundled_bindings = []
|
||||
# sqlite3_unlock_notify >= 3.6.12
|
||||
unlock_notify = []
|
||||
# 3.13.0
|
||||
preupdate_hook = []
|
||||
preupdate_hook = ["buildtime_bindgen"]
|
||||
# 3.13.0
|
||||
session = ["preupdate_hook"]
|
||||
session = ["preupdate_hook", "buildtime_bindgen"]
|
||||
in_gecko = []
|
||||
with-asan = []
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user