Skip to content

Commit 31ead45

Browse files
authored
Merge pull request #1094 from fermyon/update-sdk-v0.8.0
feat(templates): update sdk to v0.8.0
2 parents 8c3edf8 + 93b5ed5 commit 31ead45

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

templates/http-go/content/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/{{project-name | snake_case}}
22

33
go 1.17
44

5-
require github.com/fermyon/spin/sdk/go v0.7.1
5+
require github.com/fermyon/spin/sdk/go v0.8.0

templates/http-go/content/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github.com/fermyon/spin/sdk/go v0.7.1 h1:3Qyn8D8jb9YJ7wwDwxv3MigiG58jNLEpdfJ59vE6wcA=
2-
github.com/fermyon/spin/sdk/go v0.7.1/go.mod h1:ARV2oVtnUCykLM+xCBZq8MQrCZddzb3JbeBettYv1S0=
1+
github.com/fermyon/spin/sdk/go v0.8.0 h1:NmN9sJc15joXGWyLxntS14s1YvGzpRU6b81wPRjt8xc=
2+
github.com/fermyon/spin/sdk/go v0.8.0/go.mod h1:ARV2oVtnUCykLM+xCBZq8MQrCZddzb3JbeBettYv1S0=

templates/http-rust/content/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ bytes = "1"
1616
# General-purpose crate with common HTTP types.
1717
http = "0.2"
1818
# The Spin SDK.
19-
spin-sdk = { git = "https://github.com/fermyon/spin", tag = "v0.7.1" }
19+
spin-sdk = { git = "https://github.com/fermyon/spin", tag = "v0.8.0" }
2020
# Crate that generates Rust Wasm bindings from a WebAssembly interface.
2121
wit-bindgen-rust = { git = "https://github.com/bytecodealliance/wit-bindgen", rev = "cb871cfa1ee460b51eb1d144b175b9aab9c50aba" }
2222

templates/redis-go/content/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/{{project-name | snake_case}}
22

33
go 1.17
44

5-
require github.com/fermyon/spin/sdk/go v0.7.1
5+
require github.com/fermyon/spin/sdk/go v0.8.0

templates/redis-go/content/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github.com/fermyon/spin/sdk/go v0.7.1 h1:3Qyn8D8jb9YJ7wwDwxv3MigiG58jNLEpdfJ59vE6wcA=
2-
github.com/fermyon/spin/sdk/go v0.7.1/go.mod h1:ARV2oVtnUCykLM+xCBZq8MQrCZddzb3JbeBettYv1S0=
1+
github.com/fermyon/spin/sdk/go v0.8.0 h1:NmN9sJc15joXGWyLxntS14s1YvGzpRU6b81wPRjt8xc=
2+
github.com/fermyon/spin/sdk/go v0.8.0/go.mod h1:ARV2oVtnUCykLM+xCBZq8MQrCZddzb3JbeBettYv1S0=

templates/redis-rust/content/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ anyhow = "1"
1414
# Crate to simplify working with bytes.
1515
bytes = "1"
1616
# The Spin SDK.
17-
spin-sdk = { git = "https://github.com/fermyon/spin", tag = "v0.7.1" }
17+
spin-sdk = { git = "https://github.com/fermyon/spin", tag = "v0.8.0" }
1818
# Crate that generates Rust Wasm bindings from a WebAssembly interface.
1919
wit-bindgen-rust = { git = "https://github.com/bytecodealliance/wit-bindgen", rev = "cb871cfa1ee460b51eb1d144b175b9aab9c50aba" }
2020

0 commit comments

Comments
 (0)