d-0023-prune-wit-bindgen-blobs
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 9 Mar 2026 11:08:31 +0000 (12:08 +0100)
committerFabian Grünbichler <debian@fabian.gruenbichler.email>
Wed, 8 Apr 2026 17:02:02 +0000 (19:02 +0200)
pinned upstream to guard against the pre-built blobs changing, but we strip and
rebuild them anyway..

Gbp-Dch: Topic prune
Forwarded: no

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Gbp-Pq: Topic prune
Gbp-Pq: Name d-0023-prune-wit-bindgen-blobs.patch

compiler/rustc/Cargo.toml

index 8e1e936c6440c61362e0c4f5f42db13c937b1887..45995195d6a01240969dbeff7c163c23e42a15ab 100644 (file)
@@ -24,7 +24,7 @@ rustc_public_bridge = { path = "../rustc_public_bridge" }
 # <https://github.com/rust-lang/rust/pull/136395#issuecomment-2692769062>
 [target.'cfg(target_os = "wasi")'.dependencies]
 getrandom = "=0.3.3"
-wasi = "=0.14.2"
+wasi = "=0.14.4"
 
 
 [features]