From ac8a29d48809d01f3ec82a12fb758773ac0031a7 Mon Sep 17 00:00:00 2001 From: Thorsten Hans Date: Thu, 28 Aug 2025 15:21:40 +0200 Subject: [PATCH] chore: bump spin-sdk version in rust templates to 5.0.0 Signed-off-by: Thorsten Hans --- 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 dfcb4b5078..e384c897c2 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 = "3.1.0" +spin-sdk = "5.0.0" [workspace] diff --git a/templates/redis-rust/content/Cargo.toml.tmpl b/templates/redis-rust/content/Cargo.toml.tmpl index f27c558cf6..6f14f46306 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 = "3.1.0" +spin-sdk = "5.0.0" [workspace]