Skip to content

Commit 06cee0e

Browse files
itowlsonvdice
authored andcommitted
Point Rust templates at SDK on main
Signed-off-by: itowlson <[email protected]>
1 parent 41771fa commit 06cee0e

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
@@ -16,6 +16,6 @@ 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 = "v1.5.1" }
19+
spin-sdk = { git = "https://github.com/fermyon/spin", branch = "main" }
2020

2121
[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 = { git = "https://github.com/fermyon/spin", tag = "v1.5.1" }
17+
spin-sdk = { git = "https://github.com/fermyon/spin", branch = "main" }
1818

1919
[workspace]

0 commit comments

Comments
 (0)