mirror of
https://github.com/isar/rusqlite.git
synced 2025-12-16 00:12:28 +08:00
Bump bundled SQLite version to 3.46.0
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
/* automatically generated by rust-bindgen 0.69.4 */
|
||||
|
||||
pub const SQLITE_VERSION: &[u8; 7] = b"3.45.3\0";
|
||||
pub const SQLITE_VERSION_NUMBER: i32 = 3045003;
|
||||
pub const SQLITE_VERSION: &[u8; 7] = b"3.46.0\0";
|
||||
pub const SQLITE_VERSION_NUMBER: i32 = 3046000;
|
||||
pub const SQLITE_SOURCE_ID: &[u8; 85] =
|
||||
b"2024-04-15 13:34:05 8653b758870e6ef0c98d46b3ace27849054af85da891eb121e9aaa537f1e8355\0";
|
||||
b"2024-05-23 13:25:27 96c92aba00c8375bc32fafcdf12429c58bd8aabfcadab6683e35bbb9cdebf19e\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