mirror of
https://github.com/isar/rusqlite.git
synced 2025-11-03 15:28:54 +08:00
Remove min_sqlite_version_3_7_16 feature
And associated bindgen
This commit is contained in:
@@ -473,15 +473,7 @@ mod bindings {
|
||||
use std::fs;
|
||||
use std::path::Path;
|
||||
|
||||
static PREBUILT_BINDGEN_PATHS: &[&str] = &[
|
||||
#[cfg(feature = "min_sqlite_version_3_7_16")]
|
||||
"bindgen-bindings/bindgen_3.7.16.rs",
|
||||
#[cfg(any(
|
||||
feature = "min_sqlite_version_3_14_0",
|
||||
not(any(feature = "min_sqlite_version_3_7_16",))
|
||||
))]
|
||||
"bindgen-bindings/bindgen_3.14.0.rs",
|
||||
];
|
||||
static PREBUILT_BINDGEN_PATHS: &[&str] = &["bindgen-bindings/bindgen_3.14.0.rs"];
|
||||
|
||||
pub fn write_to_out_dir(_header: HeaderLocation, out_path: &Path) {
|
||||
let in_path = PREBUILT_BINDGEN_PATHS[PREBUILT_BINDGEN_PATHS.len() - 1];
|
||||
|
||||
Reference in New Issue
Block a user