From d0ba3fe9878aeee33e4024e7af55d97f0b814b92 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabian=20Gr=C3=BCnbichler?= Date: Wed, 8 Apr 2026 13:30:07 +0200 Subject: [PATCH] remove sqlite-wasm-rs MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler Gbp-Pq: Topic prune Gbp-Pq: Name d-0024-remove-sqlite-wasm-rs.patch --- vendor/rusqlite-0.38.0/Cargo.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/vendor/rusqlite-0.38.0/Cargo.toml b/vendor/rusqlite-0.38.0/Cargo.toml index 11088f68b8..c828cf9731 100644 --- a/vendor/rusqlite-0.38.0/Cargo.toml +++ b/vendor/rusqlite-0.38.0/Cargo.toml @@ -72,7 +72,6 @@ backup = [] blob = [] buildtime_bindgen = [ "libsqlite3-sys/buildtime_bindgen", - "sqlite-wasm-rs/bindgen", ] cache = ["hashlink"] collation = [] @@ -286,10 +285,6 @@ features = ["js"] optional = true default-features = false -[target.'cfg(all(target_family = "wasm", target_os = "unknown"))'.dependencies.sqlite-wasm-rs] -version = "0.5.1" -default-features = false - [target.'cfg(all(target_family = "wasm", target_os = "unknown"))'.dependencies.time] version = "0.3.36" features = ["wasm-bindgen"] -- 2.30.2