We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41771fa commit 06cee0eCopy full SHA for 06cee0e
templates/http-rust/content/Cargo.toml
@@ -16,6 +16,6 @@ bytes = "1"
16
# General-purpose crate with common HTTP types.
17
http = "0.2"
18
# The Spin SDK.
19
-spin-sdk = { git = "https://github.com/fermyon/spin", tag = "v1.5.1" }
+spin-sdk = { git = "https://github.com/fermyon/spin", branch = "main" }
20
21
[workspace]
templates/redis-rust/content/Cargo.toml
@@ -14,6 +14,6 @@ anyhow = "1"
14
# Crate to simplify working with bytes.
15
bytes = "1"
0 commit comments