Skip to content

Commit

Permalink
Use a bundled SQLite distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcph4 committed Jan 15, 2025
1 parent 31bc61f commit f09cae1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
30 changes: 16 additions & 14 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 @@ -15,7 +15,7 @@ pretty_env_logger = "0.5.0"
r2d2 = "0.8.10"
r2d2_sqlite = "0.25.0"
ratatui = "0.29.0"
rusqlite = "0.32.1"
rusqlite = { version = "0.32.1", features = ["bundled"] }
timeago = "0.4.2"
tokio = { version = "1.42.0", features = ["rt-multi-thread"] }
url = "2.5.4"
Expand Down

0 comments on commit f09cae1

Please sign in to comment.