Skip to content

Commit

Permalink
feat(templates): update sdk to v0.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: fermybot <[email protected]>
  • Loading branch information
fermybot committed Dec 16, 2022
1 parent 73d315f commit afc29fe
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion templates/http-go/content/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/{{project-name | snake_case}}

go 1.17

require github.com/fermyon/spin/sdk/go v0.6.0
require github.com/fermyon/spin/sdk/go v0.7.0
4 changes: 2 additions & 2 deletions templates/http-go/content/go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github.com/fermyon/spin/sdk/go v0.6.0 h1:NHpg0XylARw/6GYpuklaw4M8f2L30hagfoURn9k2duo=
github.com/fermyon/spin/sdk/go v0.6.0/go.mod h1:ARV2oVtnUCykLM+xCBZq8MQrCZddzb3JbeBettYv1S0=
github.com/fermyon/spin/sdk/go v0.7.0 h1:TBAEF7k2c4UtUi2X4Z7ceVqTWpgjwbu10EOZdtatBEQ=
github.com/fermyon/spin/sdk/go v0.7.0/go.mod h1:ARV2oVtnUCykLM+xCBZq8MQrCZddzb3JbeBettYv1S0=
2 changes: 1 addition & 1 deletion templates/http-rust/content/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bytes = "1"
# General-purpose crate with common HTTP types.
http = "0.2"
# The Spin SDK.
spin-sdk = { git = "https://github.com/fermyon/spin", tag = "v0.6.0" }
spin-sdk = { git = "https://github.com/fermyon/spin", tag = "v0.7.0" }
# Crate that generates Rust Wasm bindings from a WebAssembly interface.
wit-bindgen-rust = { git = "https://github.com/bytecodealliance/wit-bindgen", rev = "cb871cfa1ee460b51eb1d144b175b9aab9c50aba" }

Expand Down
2 changes: 1 addition & 1 deletion templates/redis-go/content/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/{{project-name | snake_case}}

go 1.17

require github.com/fermyon/spin/sdk/go v0.6.0
require github.com/fermyon/spin/sdk/go v0.7.0
4 changes: 2 additions & 2 deletions templates/redis-go/content/go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github.com/fermyon/spin/sdk/go v0.6.0 h1:NHpg0XylARw/6GYpuklaw4M8f2L30hagfoURn9k2duo=
github.com/fermyon/spin/sdk/go v0.6.0/go.mod h1:ARV2oVtnUCykLM+xCBZq8MQrCZddzb3JbeBettYv1S0=
github.com/fermyon/spin/sdk/go v0.7.0 h1:TBAEF7k2c4UtUi2X4Z7ceVqTWpgjwbu10EOZdtatBEQ=
github.com/fermyon/spin/sdk/go v0.7.0/go.mod h1:ARV2oVtnUCykLM+xCBZq8MQrCZddzb3JbeBettYv1S0=
2 changes: 1 addition & 1 deletion templates/redis-rust/content/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ anyhow = "1"
# Crate to simplify working with bytes.
bytes = "1"
# The Spin SDK.
spin-sdk = { git = "https://github.com/fermyon/spin", tag = "v0.6.0" }
spin-sdk = { git = "https://github.com/fermyon/spin", tag = "v0.7.0" }
# Crate that generates Rust Wasm bindings from a WebAssembly interface.
wit-bindgen-rust = { git = "https://github.com/bytecodealliance/wit-bindgen", rev = "cb871cfa1ee460b51eb1d144b175b9aab9c50aba" }

Expand Down

0 comments on commit afc29fe

Please sign in to comment.