From 2cd38ddc78046b45153ab70e7056f8a13111b453 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 22:39:37 +0000 Subject: [PATCH] Release wasm-component-ld 0.5.11 (#54) [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 536b361..798ebd0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -406,7 +406,7 @@ checksum = "36e6cadfa74538edd5409b6f8c79628436529138e9618b7373bec7aae7805835" [[package]] name = "wasm-component-ld" -version = "0.5.10" +version = "0.5.11" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 6a98ce6..f994746 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasm-component-ld" -version = "0.5.10" +version = "0.5.11" edition = "2021" license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" description = "Linker for `wasm32-wasip2`"