From 61e355aab257279c033b19e766d5d470b6ef343c Mon Sep 17 00:00:00 2001 From: itowlson Date: Fri, 2 Feb 2024 09:14:34 +1300 Subject: [PATCH] Publish 0.6 (#15) Signed-off-by: itowlson --- Cargo.lock | 2 +- Cargo.toml | 2 +- guest/Cargo.lock | 10 ++++++---- guest/Cargo.toml | 2 +- spin-pluginify.toml | 4 ++-- 5 files changed, 11 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cfc552f..0d4adeb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4953,7 +4953,7 @@ dependencies = [ [[package]] name = "trigger-sqs" -version = "0.5.0" +version = "0.6.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index b3e6f5c..5170fb8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trigger-sqs" -version = "0.5.0" +version = "0.6.0" edition = "2021" rust-version = "1.71" diff --git a/guest/Cargo.lock b/guest/Cargo.lock index 7dafabe..8ef7495 100644 --- a/guest/Cargo.lock +++ b/guest/Cargo.lock @@ -366,8 +366,9 @@ dependencies = [ [[package]] name = "spin-macro" -version = "0.1.0" -source = "git+https://github.com/fermyon/spin?tag=v2.0.1#1d72f1c4244ecd8f7e0f150836565b18ef897e64" +version = "2.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "13524474ab9f876586e29f954377a66ed14fcb646fc9893e6f0e762213ddbd86" dependencies = [ "anyhow", "bytes", @@ -379,8 +380,9 @@ dependencies = [ [[package]] name = "spin-sdk" -version = "2.0.1" -source = "git+https://github.com/fermyon/spin?tag=v2.0.1#1d72f1c4244ecd8f7e0f150836565b18ef897e64" +version = "2.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f05d0c09c0935fbb586d0a76e0f14b26b23f421c5e11b81d7200d22c4ead1211" dependencies = [ "anyhow", "async-trait", diff --git a/guest/Cargo.toml b/guest/Cargo.toml index 41a0871..43b463a 100644 --- a/guest/Cargo.toml +++ b/guest/Cargo.toml @@ -10,7 +10,7 @@ crate-type = [ "cdylib" ] anyhow = "1" bytes = "1" http = "0.2" -spin-sdk = { git = "https://github.com/fermyon/spin", tag = "v2.0.1" } +spin-sdk = "2.2" wit-bindgen = "0.13.0" [workspace] diff --git a/spin-pluginify.toml b/spin-pluginify.toml index 5f58c1e..9134890 100644 --- a/spin-pluginify.toml +++ b/spin-pluginify.toml @@ -1,5 +1,5 @@ name = "trigger-sqs" -version = "0.5" -spin_compatibility = ">=2.0" +version = "0.6" +spin_compatibility = ">=2.2" license = "Apache-2.0" package = "./target/release/trigger-sqs"