Skip to content

Commit

Permalink
Revert "build(deps): bump rusqlite from 0.32.1 to 0.33.0 (#199)"
Browse files Browse the repository at this point in the history
This reverts commit 3e89c8e.

fix #209
  • Loading branch information
cathaysia committed Feb 4, 2025
1 parent be62dbc commit ae1c299
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
40 changes: 20 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ lazy-regex = { workspace = true }
derive = { path = "./crates/derive" }
code-api = { path = "./crates/code_api" }
rust-embed = "8.5"
rusqlite = { version = "0.33", features = ["bundled"] }
rusqlite = { version = "0.32", features = ["bundled"] }
itertools = "0.14.0"

[package.metadata.deb]
Expand Down

0 comments on commit ae1c299

Please sign in to comment.