Skip to content

Commit

Permalink
Merge branch 'master' into typeahead
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenn authored Feb 17, 2024
2 parents cf2d7cd + 57037fd commit d3524ae
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 @@ -29,7 +29,7 @@ cfg-if = "1.0"
home = { version = "0.5.4", optional = true }
# For History
fd-lock = { version = "4.0.0", optional = true }
rusqlite = { version = "0.30.0", optional = true, default-features = false, features = ["bundled", "backup"] }
rusqlite = { version = "0.31.0", optional = true, default-features = false, features = ["bundled", "backup"] }
libc = "0.2"
log = "0.4"
unicode-width = "0.1"
Expand Down

0 comments on commit d3524ae

Please sign in to comment.