fix: windows compilation with bundled sqlite3
Using 'bundled' is recommended by https://github.com/rusqlite/rusqlite#usage to avoid common build issues
This commit is contained in:
committed by
Greg Heartsfield
parent
5058d98ad6
commit
2b4b17dbda
Generated
+1
@@ -702,6 +702,7 @@ version = "0.23.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d2cafc7c74096c336d9d27145f7ebd4f4b6f95ba16aa5a282387267e6925cb58"
|
||||
dependencies = [
|
||||
"cc",
|
||||
"pkg-config",
|
||||
"vcpkg",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user