mirror of
https://github.com/isar/rusqlite.git
synced 2025-09-16 12:42:18 +08:00
Remove old_sqlite
feature
And associated bindgen_3.6.8.rs
This commit is contained in:
@@ -474,16 +474,11 @@ mod bindings {
|
||||
use std::path::Path;
|
||||
|
||||
static PREBUILT_BINDGEN_PATHS: &[&str] = &[
|
||||
#[cfg(feature = "min_sqlite_version_3_6_8")]
|
||||
"bindgen-bindings/bindgen_3.6.8.rs",
|
||||
#[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",
|
||||
feature = "min_sqlite_version_3_6_8"
|
||||
))
|
||||
not(any(feature = "min_sqlite_version_3_7_16",))
|
||||
))]
|
||||
"bindgen-bindings/bindgen_3.14.0.rs",
|
||||
];
|
||||
|
Reference in New Issue
Block a user