From 4d25938fc6ec5d0b590235fa8744e7aaf88ff402 Mon Sep 17 00:00:00 2001 From: spinframeworkbot <202838904+spinframeworkbot@users.noreply.github.com> Date: Tue, 28 Oct 2025 21:15:48 +0000 Subject: [PATCH] chore(rust-templates): bump Spin Rust SDK to v5.1.0 Signed-off-by: spinframeworkbot <202838904+spinframeworkbot@users.noreply.github.com> --- templates/http-rust/content/Cargo.toml.tmpl | 2 +- templates/redis-rust/content/Cargo.toml.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/http-rust/content/Cargo.toml.tmpl b/templates/http-rust/content/Cargo.toml.tmpl index e384c897c2..b427af74d5 100644 --- a/templates/http-rust/content/Cargo.toml.tmpl +++ b/templates/http-rust/content/Cargo.toml.tmpl @@ -11,6 +11,6 @@ crate-type = ["cdylib"] [dependencies] anyhow = "1" -spin-sdk = "5.0.0" +spin-sdk = "5.1.0" [workspace] diff --git a/templates/redis-rust/content/Cargo.toml.tmpl b/templates/redis-rust/content/Cargo.toml.tmpl index 6f14f46306..9edccb544e 100644 --- a/templates/redis-rust/content/Cargo.toml.tmpl +++ b/templates/redis-rust/content/Cargo.toml.tmpl @@ -15,6 +15,6 @@ anyhow = "1" # Crate to simplify working with bytes. bytes = "1" # The Spin SDK. -spin-sdk = "5.0.0" +spin-sdk = "5.1.0" [workspace]