From 58e7a1ed16a8a6bcff67d38226a073fc9e94622e Mon Sep 17 00:00:00 2001 From: Auto Release Process Date: Fri, 12 Jun 2026 03:52:46 +0000 Subject: [PATCH] Release wasm-component-ld 0.5.24 [automatically-tag-and-release-this-commit] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7d528b8..ad79bda 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -448,7 +448,7 @@ dependencies = [ [[package]] name = "wasm-component-ld" -version = "0.5.23" +version = "0.5.24" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 85ccfde..3f47efb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasm-component-ld" -version = "0.5.23" +version = "0.5.24" edition = "2024" license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" description = "Linker for `wasm32-wasip2`"