mirror of
https://github.com/isar/rusqlite.git
synced 2025-11-20 23:09:16 +08:00
Merge branch 'hotfix-sys-0.25.2'
This commit is contained in:
@@ -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_NUMBER: i32 = 3039002;
|
||||
@@ -474,7 +474,7 @@ pub const FTS5_TOKENIZE_DOCUMENT: i32 = 4;
|
||||
pub const FTS5_TOKENIZE_AUX: i32 = 8;
|
||||
pub const FTS5_TOKEN_COLOCATED: i32 = 1;
|
||||
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" {
|
||||
pub fn sqlite3_libversion() -> *const ::std::os::raw::c_char;
|
||||
|
||||
Reference in New Issue
Block a user