Bump libsqlite3-sys to 3.39.2

This commit is contained in:
Thom Chiovoloni
2022-07-22 02:16:23 -07:00
parent 1cca048058
commit d4c1b22c42
4 changed files with 44 additions and 49 deletions

View File

@@ -1,9 +1,9 @@
/* automatically generated by rust-bindgen 0.60.1 */
pub const SQLITE_VERSION: &[u8; 7usize] = b"3.39.1\0";
pub const SQLITE_VERSION_NUMBER: i32 = 3039001;
pub const SQLITE_VERSION: &[u8; 7usize] = b"3.39.2\0";
pub const SQLITE_VERSION_NUMBER: i32 = 3039002;
pub const SQLITE_SOURCE_ID: &[u8; 85usize] =
b"2022-07-13 19:41:41 7c16541a0efb3985578181171c9f2bb3fdc4bad6a2ec85c6e31ab96f3eff201f\0";
b"2022-07-21 15:24:47 698edb77537b67c41adc68f9b892db56bcf9a55e00371a61420f3ddd668e6603\0";
pub const SQLITE_OK: i32 = 0;
pub const SQLITE_ERROR: i32 = 1;
pub const SQLITE_INTERNAL: i32 = 2;