Skip to content

Commit ba362e7

Browse files
committed
chore(*): update templates and examples to use the v0.5.0 sdk
Signed-off-by: Vaughn Dice <vaughn.dice@fermyon.com>
1 parent b9fedcc commit ba362e7

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

examples/http-rust-oubound-http/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.

examples/http-rust/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.

templates/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SDK_VERSION ?= v0.3.0
1+
SDK_VERSION ?= v0.5.0
22

33
bump-versions: bump-go-versions bump-rust-versions
44

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.4.0
5+
require github.com/fermyon/spin/sdk/go v0.5.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.4.0 h1:aUcIK4IPx3gnHgQCIcrJ4sl+HZOITBoxEyp9Z18QqYA=
2-
github.com/fermyon/spin/sdk/go v0.4.0/go.mod h1:ARV2oVtnUCykLM+xCBZq8MQrCZddzb3JbeBettYv1S0=
1+
github.com/fermyon/spin/sdk/go v0.5.0 h1:rt0I8Vd18jtTXjKkCWsPy2DPBM7zXVbelhrXzNKskxg=
2+
github.com/fermyon/spin/sdk/go v0.5.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.4.0" }
19+
spin-sdk = { git = "https://github.com/fermyon/spin", tag = "v0.5.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.4.0
5+
require github.com/fermyon/spin/sdk/go v0.5.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.4.0 h1:aUcIK4IPx3gnHgQCIcrJ4sl+HZOITBoxEyp9Z18QqYA=
2-
github.com/fermyon/spin/sdk/go v0.4.0/go.mod h1:ARV2oVtnUCykLM+xCBZq8MQrCZddzb3JbeBettYv1S0=
1+
github.com/fermyon/spin/sdk/go v0.5.0 h1:rt0I8Vd18jtTXjKkCWsPy2DPBM7zXVbelhrXzNKskxg=
2+
github.com/fermyon/spin/sdk/go v0.5.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
@@ -16,7 +16,7 @@ bytes = "1"
1616
# Logging
1717
log = { version = "0.4", default-features = false }
1818
# The Spin SDK.
19-
spin-sdk = { git = "https://github.com/fermyon/spin", tag = "v0.4.0" }
19+
spin-sdk = { git = "https://github.com/fermyon/spin", tag = "v0.5.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

tests/http/simple-spin-rust/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.

0 commit comments

Comments
 (0)