From cc9847c4a9ee057970697d99507d6296ca1bd427 Mon Sep 17 00:00:00 2001 From: Auto Release Process Date: Thu, 30 Jul 2026 20:14:45 +0000 Subject: [PATCH] Release wasm-component-ld 0.5.28 [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 9d1f692..47fdd6b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -397,7 +397,7 @@ checksum = "1b6c48003fe59c201c97a7786ff55feabe6b6f83b598aa9ff5bcc4f94d940bf3" [[package]] name = "wasm-component-ld" -version = "0.5.27" +version = "0.5.28" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index d2dfc2d..00ebcfa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasm-component-ld" -version = "0.5.27" +version = "0.5.28" edition = "2024" license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" description = "Linker for `wasm32-wasip2`"