From 0a297f004114bcc7c82c20cab945b77b38afbf1a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 23:06:34 +0000 Subject: [PATCH] Release wasm-component-ld 0.5.3 (#24) [automatically-tag-and-release-this-commit] Co-authored-by: Auto Release Process --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a119970..7f53359 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -384,7 +384,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "wasm-component-ld" -version = "0.5.2" +version = "0.5.3" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 6b69975..2fdd4c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasm-component-ld" -version = "0.5.2" +version = "0.5.3" edition = "2021" license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" description = "Linker for `wasm32-wasip2`"