mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-22 15:49:28 +08:00
Force use of buildtime_bindgen under winsqlite3 for now
This commit is contained in:
parent
ea537ceea2
commit
8d0582a8af
@ -36,7 +36,7 @@ in_gecko = []
|
||||
with-asan = []
|
||||
wasm32-wasi-vfs = []
|
||||
# lowest version shipped with Windows 10.0.10586 was 3.8.8.3
|
||||
winsqlite3 = ["min_sqlite_version_3_7_16"]
|
||||
winsqlite3 = ["min_sqlite_version_3_7_16", "buildtime_bindgen"]
|
||||
|
||||
[dependencies]
|
||||
openssl-sys = { version = "0.9", optional = true }
|
||||
|
Loading…
Reference in New Issue
Block a user