Skip to content

Commit

Permalink
Use bundled rusqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinton committed Aug 13, 2024
1 parent 3fafd17 commit f52ea60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 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 crates/bitwarden-db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ uuid = { version = ">=1.3.3, <2.0" }
tokio = { workspace = true }

[target.'cfg(not(target_arch="wasm32"))'.dependencies]
rusqlite = { version = ">=0.31.0, <0.32", features = ["uuid"] }
rusqlite = { version = ">=0.31.0, <0.32", features = ["uuid", "bundled"] }

[target.'cfg(target_arch="wasm32")'.dependencies]
js-sys = "0.3.68"
Expand Down

0 comments on commit f52ea60

Please sign in to comment.