Bump sqlite-wasm-rs to 0.3.7
This commit is contained in:
5
Cargo.lock
generated
5
Cargo.lock
generated
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user