diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2024-09-30 16:56:40 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2024-09-30 16:56:40 -0700 |
| commit | 91d0752e1698ac393a90b8f3ad58e59d904070d9 (patch) | |
| tree | 2022d1000935e0109560f86245d38d97eba7c772 /src/tools/wasm-component-ld | |
| parent | fb4aebddd18d258046ddb51fd41589295259a0fa (diff) | |
| download | rust-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.toml | 2 |
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" |
