Skip to content

Commit c81632e

Browse files
committed
chore(templates): Bump Spin SDK version from 2.2.0 to 3.0.1
Signed-off-by: Thorsten Hans <[email protected]>
1 parent e6ba28e commit c81632e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/http-rust/content/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ crate-type = ["cdylib"]
1010

1111
[dependencies]
1212
anyhow = "1"
13-
spin-sdk = "2.2.0"
13+
spin-sdk = "3.0.1"
1414

1515
[workspace]

templates/redis-rust/content/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ anyhow = "1"
1414
# Crate to simplify working with bytes.
1515
bytes = "1"
1616
# The Spin SDK.
17-
spin-sdk = "2.2.0"
17+
spin-sdk = "3.0.1"
1818

1919
[workspace]

0 commit comments

Comments
 (0)