From 286b1d7ce785b48a80de79507a0c6cb5d8a85089 Mon Sep 17 00:00:00 2001 From: Auto Release Process Date: Wed, 8 Oct 2025 20:05:18 +0000 Subject: [PATCH] Release wasm-component-ld 0.5.18 [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 be2df7d..09a3faf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -433,7 +433,7 @@ dependencies = [ [[package]] name = "wasm-component-ld" -version = "0.5.17" +version = "0.5.18" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index a14f67b..a3bc82e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasm-component-ld" -version = "0.5.17" +version = "0.5.18" edition = "2021" license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" description = "Linker for `wasm32-wasip2`"