Skip to content

Commit bf79032

Browse files
chore(rust-templates): bump Spin Rust SDK to v5.1.0 (#3339)
Signed-off-by: spinframeworkbot <[email protected]>
1 parent e9c8c59 commit bf79032

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/http-rust/content/Cargo.toml.tmpl

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

1212
[dependencies]
1313
anyhow = "1"
14-
spin-sdk = "5.0.0"
14+
spin-sdk = "5.1.0"
1515

1616
[workspace]

templates/redis-rust/content/Cargo.toml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ anyhow = "1"
1515
# Crate to simplify working with bytes.
1616
bytes = "1"
1717
# The Spin SDK.
18-
spin-sdk = "5.0.0"
18+
spin-sdk = "5.1.0"
1919

2020
[workspace]

0 commit comments

Comments
 (0)