Skip to content

Commit

Permalink
build: Use libsqlite3-sys with bundled sqlite3
Browse files Browse the repository at this point in the history
  • Loading branch information
vadorovsky committed Jan 11, 2024
1 parent bcbc62e commit 53e6d35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ lettre = { version = "0.11.2", default-features = false, features = [
] }
libc = "0.2.151"
libtest-mimic = "0.6.1"
libsqlite-sys = { version = "0.27", features = ["bundled"] }
log = "0.4.20"
nix = { version = "0.27.1", features = [
"fs",
Expand Down

0 comments on commit 53e6d35

Please sign in to comment.