Skip to content

Commit

Permalink
fix: use bundled sqlite to fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrutchf committed Nov 17, 2024
1 parent 43c77b1 commit 010748e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"recommendations": [
"rust-lang.rust-analyzer",
"vadimcn.vscode-lldb",
"eamodio.gitlens",
"VisualStudioExptTeam.vscodeintellicode",
"github.vscode-github-actions"
]
}
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ app_dirs2 = "2.5.5"
clap = "4.5.21"
futures-macro = "0.3.31"
keyring = { version = "3.6.1", features = ["apple-native", "windows-native", "sync-secret-service"] }
rusqlite = "0.32.1"
rusqlite = { version = "0.32.1", features = ["bundled"]
thiserror = "2.0.3"

0 comments on commit 010748e

Please sign in to comment.