Skip to content

Commit

Permalink
Reverting Sqlite back to 0.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightmare1984 committed Jun 8, 2024
1 parent e74a9a1 commit f2e8575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f2e8575

Please sign in to comment.