From 148c759da837297dcd0acf732b6dd76faa274c48 Mon Sep 17 00:00:00 2001 From: itowlson Date: Thu, 26 Feb 2026 15:56:43 +1300 Subject: [PATCH] Rev to v0.5.2 Signed-off-by: itowlson --- Cargo.lock | 2 +- Cargo.toml | 2 +- spin-pluginify.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4b1db17..be19c29 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6204,7 +6204,7 @@ dependencies = [ [[package]] name = "trigger-command" -version = "0.5.1" +version = "0.5.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index d1ad20a..ea62c49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = { workspace = true } rust-version = "1.87" [workspace.package] -version = "0.5.1" +version = "0.5.2" authors = ["Spin Framework Contributors"] edition = "2021" diff --git a/spin-pluginify.toml b/spin-pluginify.toml index 20414d6..2496e88 100644 --- a/spin-pluginify.toml +++ b/spin-pluginify.toml @@ -1,6 +1,6 @@ name = "trigger-command" description = "A Spin trigger that executes the WASI main function of a component." -version = "0.5.1" +version = "0.5.2" spin_compatibility = ">=2.0" license = "Apache-2.0" package = "./target/release/trigger-command"