Skip to content

Commit 61e355a

Browse files
authored
Publish 0.6 (#15)
Signed-off-by: itowlson <[email protected]>
1 parent c789326 commit 61e355a

File tree

5 files changed

+11
-9
lines changed

5 files changed

+11
-9
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "trigger-sqs"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
edition = "2021"
55
rust-version = "1.71"
66

guest/Cargo.lock

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

guest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ crate-type = [ "cdylib" ]
1010
anyhow = "1"
1111
bytes = "1"
1212
http = "0.2"
13-
spin-sdk = { git = "https://github.com/fermyon/spin", tag = "v2.0.1" }
13+
spin-sdk = "2.2"
1414
wit-bindgen = "0.13.0"
1515

1616
[workspace]

spin-pluginify.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "trigger-sqs"
2-
version = "0.5"
3-
spin_compatibility = ">=2.0"
2+
version = "0.6"
3+
spin_compatibility = ">=2.2"
44
license = "Apache-2.0"
55
package = "./target/release/trigger-sqs"

0 commit comments

Comments
 (0)