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-10-09 09:45:59 -0700
committerAlex Crichton <alex@alexcrichton.com>2024-10-09 13:21:00 -0700
commit9c9d3c85bbed439d4b3d8eb2354c4d0e62d7d315 (patch)
treeb1f4d3b03a50c719174b669c0a2799abd4073dbd /src/tools/wasm-component-ld
parenta1eceec00b2684f947481696ae2322e20d59db60 (diff)
downloadrust-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.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 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"