From 8e9a5fd689e34a9ee26f9cb9ee40dd44e1a310b4 Mon Sep 17 00:00:00 2001 From: Spxg Date: Thu, 5 Jun 2025 22:26:11 +0800 Subject: [PATCH] Bump sqlite-wasm-rs to 0.3.7 --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3e793c5..edf960f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index f3ab310..aa0c4c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"