From: Fabian Grünbichler Date: Wed, 8 Apr 2026 11:30:07 +0000 (+0200) Subject: remove sqlite-wasm-rs X-Git-Tag: archive/raspbian/1.94.1+dfsg1-1+rpi1~1^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d0ba3fe9878aeee33e4024e7af55d97f0b814b92;p=rustc.git remove sqlite-wasm-rs Signed-off-by: Fabian Grünbichler Gbp-Pq: Topic prune Gbp-Pq: Name d-0024-remove-sqlite-wasm-rs.patch --- 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"]