Bump sqlite-wasm-rs version to 0.4.0

This commit is contained in:
Spxg
2025-07-03 00:00:14 +08:00
parent d820d135d4
commit fc846a81c2
3 changed files with 47 additions and 184 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 = { version = "0.3.7", default-features = false, optional = true }
sqlite-wasm-rs = { version = "0.4.0", default-features = false, optional = true }
console_error_panic_hook = "0.1.7"
leptos = { version = "0.8.2", features = ["csr"] }
reactive_stores = "0.2.2"
@@ -39,6 +39,7 @@ fragile = "2.0.1"
hex = "0.4.3"
prettytable-rs = "0.10.0"
sqlformat = "0.3.5"
wasm-array-cp = "0.1.1"
[features]
default = ["sqlite3"]