Skip to content

Commit 9be1c92

Browse files
authored
chore: bump spin-sdk version in rust templates to 5.0.0 (#3251)
Signed-off-by: Thorsten Hans <[email protected]>
1 parent b00098b commit 9be1c92

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 = "3.1.0"
14+
spin-sdk = "5.0.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 = "3.1.0"
18+
spin-sdk = "5.0.0"
1919

2020
[workspace]

0 commit comments

Comments
 (0)