Skip to content

Commit

Permalink
Switch to bundled sqlite, fixes the Windows build
Browse files Browse the repository at this point in the history
Change-Id: Ie9fec5c92a0ded62bb9d5122c438ab1c8c6770ee
  • Loading branch information
vmiklos committed Sep 28, 2023
1 parent 73bdbe3 commit 2cc058b
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ log = "0.4.20"
once_cell = "1.18.0"
regex = "1.9.4"
rouille = "3.6.2"
rusqlite = "0.29.0"
rusqlite = { version = "0.29.0", features = ["bundled"] }
rust_icu_ucol = { version = "4.0.0", optional = true }
rust_icu_unumberformatter = { version = "4.0.0", optional = true }
rust_icu_ustring = { version = "4.0.0", optional = true }
Expand Down

0 comments on commit 2cc058b

Please sign in to comment.