From caa10ab98367a9458c88810ae140c6e1b9e0e8f0 Mon Sep 17 00:00:00 2001 From: Auto Release Process Date: Mon, 10 Aug 2026 16:54:56 +0000 Subject: [PATCH] Release wasm-component-ld 0.5.29 [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 013c8b1..3a1b667 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -397,7 +397,7 @@ checksum = "1b6c48003fe59c201c97a7786ff55feabe6b6f83b598aa9ff5bcc4f94d940bf3" [[package]] name = "wasm-component-ld" -version = "0.5.28" +version = "0.5.29" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 22fd530..9e50655 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasm-component-ld" -version = "0.5.28" +version = "0.5.29" edition = "2024" license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" description = "Linker for `wasm32-wasip2`"