diff options
| author | Matthias Krüger <476013+matthiaskrgr@users.noreply.github.com> | 2025-04-26 16:12:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-26 16:12:32 +0200 |
| commit | 98492a13fee92a14f8942b13cbb012da874d713a (patch) | |
| tree | a7c9a2bf19bbb6ab3ab8b7802e2bb921834c4e01 /src/tools | |
| parent | cbf5d72af2821f3f1f25fb11cac035ea48c37062 (diff) | |
| parent | 5b5f55bc44075a0e08b253fad140e325ee6c3c93 (diff) | |
| download | rust-98492a13fee92a14f8942b13cbb012da874d713a.tar.gz rust-98492a13fee92a14f8942b13cbb012da874d713a.zip | |
Rollup merge of #140226 - alexcrichton:update-wasm-component-ld, r=jieyouxu
Update wasm-component-ld to 0.5.13 This commit updates the vendored `wasm-component-ld` binary to 0.5.13 which includes some various bug fixes and new feature updates for upcoming component model features coming down the pike. Not expected to break any existing workflows, just a normal update.
Diffstat (limited to 'src/tools')
| -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 f8ae91f9e6f..642d48b9952 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.12" +wasm-component-ld = "0.5.13" |
