Bump sqlite-wasm-rs version to 0.4.0
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user