From f2e85759ca6272ac35035d9c66d082e811b07470 Mon Sep 17 00:00:00 2001 From: gunther6000 Date: Sat, 8 Jun 2024 08:10:54 -0400 Subject: [PATCH] Reverting Sqlite back to 0.25.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1e3fda3..e9c729e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ gtk4 = { version = "0.7.3", features = ["v4_8"] } gtk-macros = "0.3" html2pango = "0.6" lazy_static = "1.4" -libsqlite3-sys = { version = "0.28.0", features = ["bundled"] } +libsqlite3-sys = { version = "0.25.2", features = ["bundled"] } log = "0.4" once_cell = "1.8" opener = "0.7.1"