Skip to content

Commit 08129a8

Browse files
Merge pull request #2445 from fermyon/fix/rust-template-deps
Update Rust templates and bump Spin SDK version from 2.2.0 to 3.0.1
2 parents e6ba28e + c81632e commit 08129a8

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)