mirror of
https://github.com/isar/rusqlite.git
synced 2025-12-19 01:42:24 +08:00
Bump bundled SQLite version to 3.45.2
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* automatically generated by rust-bindgen 0.69.2 */
|
||||
/* automatically generated by rust-bindgen 0.69.4 */
|
||||
|
||||
extern "C" {
|
||||
pub fn sqlite3_auto_extension(
|
||||
@@ -23,10 +23,10 @@ extern "C" {
|
||||
) -> ::std::os::raw::c_int;
|
||||
}
|
||||
|
||||
pub const SQLITE_VERSION: &[u8; 7] = b"3.45.1\0";
|
||||
pub const SQLITE_VERSION_NUMBER: i32 = 3045001;
|
||||
pub const SQLITE_VERSION: &[u8; 7] = b"3.45.2\0";
|
||||
pub const SQLITE_VERSION_NUMBER: i32 = 3045002;
|
||||
pub const SQLITE_SOURCE_ID: &[u8; 85] =
|
||||
b"2024-01-30 16:01:20 e876e51a0ed5c5b3126f52e532044363a014bc594cfefa87ffb5b82257cc467a\0";
|
||||
b"2024-03-12 11:06:23 d8cd6d49b46a395b13955387d05e9e1a2a47e54fb99f3c9b59835bbefad6af77\0";
|
||||
pub const SQLITE_OK: i32 = 0;
|
||||
pub const SQLITE_ERROR: i32 = 1;
|
||||
pub const SQLITE_INTERNAL: i32 = 2;
|
||||
|
||||
Reference in New Issue
Block a user