Skip to content

Commit

Permalink
Publish 0.6 (#15)
Browse files Browse the repository at this point in the history
Signed-off-by: itowlson <ivan.towlson@fermyon.com>
  • Loading branch information
itowlson authored Feb 1, 2024
1 parent c789326 commit 61e355a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trigger-sqs"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
rust-version = "1.71"

Expand Down
10 changes: 6 additions & 4 deletions guest/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion guest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
4 changes: 2 additions & 2 deletions spin-pluginify.toml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 61e355a

Please sign in to comment.