Bump sqlite-wasm-rs to 0.3.7

This commit is contained in:
Spxg
2025-06-05 22:26:11 +08:00
parent 2cf0cc0b04
commit 8e9a5fd689
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View File

@@ -1865,8 +1865,9 @@ dependencies = [
[[package]]
name = "sqlite-wasm-rs"
version = "0.3.6"
source = "git+https://github.com/Spxg/sqlite-wasm-rs#229d462bffc0cb404ad12ad8e785cf52425fefda"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4de6f7453ce1a0cd43d265e07acca106cde5d8c10052251fd0f3f34dcf5ec3b0"
dependencies = [
"cc",
"fragile",

View File

@@ -18,7 +18,7 @@ aceditor = { path = "crates/aceditor" }
split-grid = { path = "crates/split-grid" }
floating-ui = { path = "crates/floating-ui" }
sqlite-wasm-rs = { git = "https://github.com/Spxg/sqlite-wasm-rs", default-features = false, optional = true }
sqlite-wasm-rs = { version = "0.3.7", default-features = false, optional = true }
console_error_panic_hook = "0.1.7"
leptos = { version = "0.8.2", features = ["csr"] }
reactive_stores = "0.2.2"