mirror of
https://github.com/isar/rusqlite.git
synced 2025-10-07 12:02:19 +08:00
Add bindgen bindings for SQLite 3.7.16 to libsqlite3-sys.
Bump to version 0.10.3 to use libsqlite3-sys 0.8.0.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "libsqlite3-sys"
|
||||
version = "0.7.2"
|
||||
version = "0.8.0"
|
||||
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
|
||||
repository = "https://github.com/jgallagher/rusqlite"
|
||||
description = "Native bindings to the libsqlite3 library"
|
||||
@@ -19,6 +19,7 @@ min_sqlite_version_3_6_11 = ["pkg-config"]
|
||||
min_sqlite_version_3_6_23 = ["pkg-config"]
|
||||
min_sqlite_version_3_7_3 = ["pkg-config"]
|
||||
min_sqlite_version_3_7_4 = ["pkg-config"]
|
||||
min_sqlite_version_3_7_16 = ["pkg-config"]
|
||||
|
||||
[build-dependencies]
|
||||
bindgen = { version = "0.21", optional = true }
|
||||
|
2297
libsqlite3-sys/bindgen-bindings/bindgen_3.7.16.rs
Normal file
2297
libsqlite3-sys/bindgen-bindings/bindgen_3.7.16.rs
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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_16")]
|
||||
"bindgen-bindings/bindgen_3.7.16.rs",
|
||||
];
|
||||
|
||||
pub fn write_to_out_dir(_header: HeaderLocation) {
|
||||
|
Reference in New Issue
Block a user