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

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"