We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da0ce08 commit 3f60631Copy full SHA for 3f60631
1 file changed
src/vfs.rs
@@ -16,7 +16,7 @@ use core::{
16
17
/// The minimim supported `SQLite` version.
18
// If you need to make this earlier, make sure the tests are testing the earlier version
19
-pub const MIN_SQLITE_VERSION_NUMBER: i32 = 3044000;
+pub const MIN_SQLITE_VERSION_NUMBER: i32 = 3043000;
20
21
const DEFAULT_MAX_PATH_LEN: i32 = 512;
22
pub const DEFAULT_SECTOR_SIZE: i32 = 4096;
0 commit comments