mirror of
https://github.com/isar/rusqlite.git
synced 2025-11-21 23:39:24 +08:00
Min SQLite version for vtab is 3.7.7
This commit is contained in:
@@ -122,6 +122,9 @@ mod build {
|
||||
|
||||
#[cfg(feature = "min_sqlite_version_3_7_4")]
|
||||
"bindgen-bindings/bindgen_3.7.4.rs",
|
||||
|
||||
#[cfg(feature = "min_sqlite_version_3_7_7")]
|
||||
"bindgen-bindings/bindgen_3.7.7.rs",
|
||||
];
|
||||
|
||||
pub fn write_to_out_dir(_header: HeaderLocation) {
|
||||
|
||||
Reference in New Issue
Block a user