fix Windows build

This commit is contained in:
uncor3
2026-04-04 19:18:06 +03:00
parent fa1a383600
commit 9d08f89dde
3 changed files with 10 additions and 1 deletions
+1
View File
@@ -1208,6 +1208,7 @@ version = "0.37.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1f111c8c41e7c61a49cd34e44c7619462967221a6443b0ec299e0ac30cfb9b1"
dependencies = [
"cc",
"pkg-config",
"vcpkg",
]
+1 -1
View File
@@ -22,7 +22,7 @@ once_cell = "1.21.4"
regex = "1.12.3"
urlencoding = "2.1.3"
serde_json = "1.0.149"
rusqlite = "0.39.0"
rusqlite = { version = "0.39.0", features = ["bundled"] }
[build-dependencies]