remove sqlite-wasm-rs
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 8 Apr 2026 11:30:07 +0000 (13:30 +0200)
committerFabian Grünbichler <debian@fabian.gruenbichler.email>
Thu, 16 Apr 2026 08:00:20 +0000 (10:00 +0200)
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Gbp-Pq: Topic prune
Gbp-Pq: Name d-0024-remove-sqlite-wasm-rs.patch

vendor/rusqlite-0.38.0/Cargo.toml

index 11088f68b8e7994c2d076f2a868a05caf104159f..c828cf97317e2cb495df2ffccf76c7370186f1bc 100644 (file)
@@ -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"]