From 2cf0cc0b044d70041678ae4a7f3233a54aef8426 Mon Sep 17 00:00:00 2001 From: Spxg Date: Mon, 2 Jun 2025 22:32:03 +0800 Subject: [PATCH] Bump SQLite version to 3.50.0 --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index f48149f..3e793c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1866,7 +1866,7 @@ dependencies = [ [[package]] name = "sqlite-wasm-rs" version = "0.3.6" -source = "git+https://github.com/Spxg/sqlite-wasm-rs#81a8c64eabe9833861d0bea22fa83883da62455c" +source = "git+https://github.com/Spxg/sqlite-wasm-rs#229d462bffc0cb404ad12ad8e785cf52425fefda" dependencies = [ "cc", "fragile",