From e00ddf3d8d9f43d6d58d6661c9a48c1ed0733dc3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 15:18:40 -0500 Subject: [PATCH] Release wasm-component-ld 0.5.10 (#51) [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 c2a536b..fde0784 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -406,7 +406,7 @@ checksum = "36e6cadfa74538edd5409b6f8c79628436529138e9618b7373bec7aae7805835" [[package]] name = "wasm-component-ld" -version = "0.5.9" +version = "0.5.10" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index b0bfd0a..202faec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasm-component-ld" -version = "0.5.9" +version = "0.5.10" edition = "2021" license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" description = "Linker for `wasm32-wasip2`"