Bump bundled sqlite3 version to 3.35.5

This commit is contained in:
Thom Chiovoloni
2021-06-02 14:18:25 -07:00
parent 9aba53be3b
commit 840a6f3789
4 changed files with 29 additions and 17 deletions

View File

@@ -1,9 +1,9 @@
/* automatically generated by rust-bindgen 0.58.1 */
pub const SQLITE_VERSION: &'static [u8; 7usize] = b"3.35.4\0";
pub const SQLITE_VERSION_NUMBER: i32 = 3035004;
pub const SQLITE_VERSION: &'static [u8; 7usize] = b"3.35.5\0";
pub const SQLITE_VERSION_NUMBER: i32 = 3035005;
pub const SQLITE_SOURCE_ID: &'static [u8; 85usize] =
b"2021-04-02 15:20:15 5d4c65779dab868b285519b19e4cf9d451d50c6048f06f653aa701ec212df45e\0";
b"2021-04-19 18:32:05 1b256d97b553a9611efca188a3d995a2fff712759044ba480f9a0c9e98fae886\0";
pub const SQLITE_OK: i32 = 0;
pub const SQLITE_ERROR: i32 = 1;
pub const SQLITE_INTERNAL: i32 = 2;