mirror of
https://github.com/isar/rusqlite.git
synced 2025-02-01 05:30:50 +08:00
Merge pull request #1244 from thomcc/remerge-hotfix-sys0.25.2
This commit is contained in:
commit
3717b6d514
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "libsqlite3-sys"
|
name = "libsqlite3-sys"
|
||||||
version = "0.25.1"
|
version = "0.25.2"
|
||||||
authors = ["The rusqlite developers"]
|
authors = ["The rusqlite developers"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
repository = "https://github.com/rusqlite/rusqlite"
|
repository = "https://github.com/rusqlite/rusqlite"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* automatically generated by rust-bindgen 0.60.1 */
|
/* automatically generated by rust-bindgen 0.61.0 */
|
||||||
|
|
||||||
pub const SQLITE_VERSION: &[u8; 7usize] = b"3.39.2\0";
|
pub const SQLITE_VERSION: &[u8; 7usize] = b"3.39.2\0";
|
||||||
pub const SQLITE_VERSION_NUMBER: i32 = 3039002;
|
pub const SQLITE_VERSION_NUMBER: i32 = 3039002;
|
||||||
@ -474,7 +474,7 @@ pub const FTS5_TOKENIZE_DOCUMENT: i32 = 4;
|
|||||||
pub const FTS5_TOKENIZE_AUX: i32 = 8;
|
pub const FTS5_TOKENIZE_AUX: i32 = 8;
|
||||||
pub const FTS5_TOKEN_COLOCATED: i32 = 1;
|
pub const FTS5_TOKEN_COLOCATED: i32 = 1;
|
||||||
extern "C" {
|
extern "C" {
|
||||||
pub static mut sqlite3_version: [::std::os::raw::c_char; 0usize];
|
pub static sqlite3_version: [::std::os::raw::c_char; 0usize];
|
||||||
}
|
}
|
||||||
extern "C" {
|
extern "C" {
|
||||||
pub fn sqlite3_libversion() -> *const ::std::os::raw::c_char;
|
pub fn sqlite3_libversion() -> *const ::std::os::raw::c_char;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user