From e200e9848b4891ce19826045eaae79af754cfc27 Mon Sep 17 00:00:00 2001 From: Auto Release Process Date: Tue, 9 Sep 2025 17:00:37 +0000 Subject: [PATCH] Release wasm-component-ld 0.5.17 [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 1d5f374..f35b960 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -407,7 +407,7 @@ checksum = "20689c88791776219f78c2529700d15e6a9bd57a27858c62e9ef8487956b571c" [[package]] name = "wasm-component-ld" -version = "0.5.16" +version = "0.5.17" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 2ba6917..f2b4eeb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasm-component-ld" -version = "0.5.16" +version = "0.5.17" edition = "2021" license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" description = "Linker for `wasm32-wasip2`"