Skip to content

Commit

Permalink
Use rusqlite's vendored SQLite to attempt to improve Windows support
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechRobo committed Jan 25, 2024
1 parent 2336234 commit a31b41d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion 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 @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
clap = {version = "=3.2.8", features = ["derive"]}
regex = "1.5.4"
rusqlite = "0.26.3"
rusqlite = { version = "0.26.3", features = ["bundled"] }
tinyjson = "2.3.0"

[profile.release]
Expand Down

0 comments on commit a31b41d

Please sign in to comment.