about summary refs log tree commit diff
path: root/src/tools/wasm-component-ld
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2024-09-30 16:56:40 -0700
committerAlex Crichton <alex@alexcrichton.com>2024-09-30 16:56:40 -0700
commit91d0752e1698ac393a90b8f3ad58e59d904070d9 (patch)
tree2022d1000935e0109560f86245d38d97eba7c772 /src/tools/wasm-component-ld
parentfb4aebddd18d258046ddb51fd41589295259a0fa (diff)
downloadrust-91d0752e1698ac393a90b8f3ad58e59d904070d9.tar.gz
rust-91d0752e1698ac393a90b8f3ad58e59d904070d9.zip
Update wasm-component-ld to 0.5.9
This updates the `wasm-component-ld` linker binary for the
`wasm32-wasip2` target to 0.5.9, pulling in a few bug fixes and recent
updates.
Diffstat (limited to 'src/tools/wasm-component-ld')
-rw-r--r--src/tools/wasm-component-ld/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/wasm-component-ld/Cargo.toml b/src/tools/wasm-component-ld/Cargo.toml
index 91ff19ad9fc..49f4e59650e 100644
--- a/src/tools/wasm-component-ld/Cargo.toml
+++ b/src/tools/wasm-component-ld/Cargo.toml
@@ -10,4 +10,4 @@ name = "wasm-component-ld"
 path = "src/main.rs"
 
 [dependencies]
-wasm-component-ld = "0.5.4"
+wasm-component-ld = "0.5.9"