From 7aa4f6a18477fcb7784b369f6aec573de8d98c32 Mon Sep 17 00:00:00 2001 From: Auto Release Process Date: Thu, 11 Jun 2026 22:43:34 +0000 Subject: [PATCH] Release wasm-component-ld 0.5.23 [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 a4af8f1..34739fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -448,7 +448,7 @@ dependencies = [ [[package]] name = "wasm-component-ld" -version = "0.5.22" +version = "0.5.23" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index f2aedb8..b8be894 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasm-component-ld" -version = "0.5.22" +version = "0.5.23" edition = "2024" license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" description = "Linker for `wasm32-wasip2`"