From 8d07c429b50e1f3f7923b009242f0083c880420f Mon Sep 17 00:00:00 2001 From: Auto Release Process Date: Fri, 20 Feb 2026 22:31:29 +0000 Subject: [PATCH] Release wasm-component-ld 0.5.21 [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 3f4c9fc..ab7054f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -411,7 +411,7 @@ dependencies = [ [[package]] name = "wasm-component-ld" -version = "0.5.20" +version = "0.5.21" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 2b9675d..7fe70f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasm-component-ld" -version = "0.5.20" +version = "0.5.21" edition = "2021" license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" description = "Linker for `wasm32-wasip2`"