diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2024-10-09 09:45:59 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2024-10-09 13:21:00 -0700 |
| commit | 9c9d3c85bbed439d4b3d8eb2354c4d0e62d7d315 (patch) | |
| tree | b1f4d3b03a50c719174b669c0a2799abd4073dbd /src/tools/wasm-component-ld | |
| parent | a1eceec00b2684f947481696ae2322e20d59db60 (diff) | |
| download | rust-9c9d3c85bbed439d4b3d8eb2354c4d0e62d7d315.tar.gz rust-9c9d3c85bbed439d4b3d8eb2354c4d0e62d7d315.zip | |
Update wasm-component-ld to 0.5.10
This pulls in a bug fix relative to the 0.5.9 release which was updated-to recently.
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 49f4e59650e..acdb1aa1ab7 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.9" +wasm-component-ld = "0.5.10" |
