From 2dc0fc9456270aaa0f68fa482935669e56d9d957 Mon Sep 17 00:00:00 2001 From: itowlson Date: Wed, 27 Aug 2025 10:52:01 +1200 Subject: [PATCH] Bump versions for 5.0.0 release Signed-off-by: itowlson --- Cargo.lock | 6 +++--- Cargo.toml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0fc6859..959390b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2120,7 +2120,7 @@ dependencies = [ [[package]] name = "spin-executor" -version = "4.0.0" +version = "5.0.0" dependencies = [ "futures", "once_cell", @@ -2129,7 +2129,7 @@ dependencies = [ [[package]] name = "spin-macro" -version = "4.0.0" +version = "5.0.0" dependencies = [ "anyhow", "bytes", @@ -2140,7 +2140,7 @@ dependencies = [ [[package]] name = "spin-sdk" -version = "4.0.0" +version = "5.0.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 39f0a51..e4e9694 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,8 +23,8 @@ chrono = "0.4.38" form_urlencoded = "1.0" postgres_range = { version = "0.11.1", optional = true } rust_decimal = { version = "1.37.2", default-features = false, optional = true } -spin-executor = { version = "4.0.0", path = "crates/executor" } -spin-macro = { version = "4.0.0", path = "crates/macro" } +spin-executor = { version = "5.0.0", path = "crates/executor" } +spin-macro = { version = "5.0.0", path = "crates/macro" } thiserror = "1.0.37" uuid = { version = "1.18.0", optional = true } wit-bindgen = { workspace = true } @@ -87,7 +87,7 @@ wasmtime-wasi-http = "35.0.0" wit-component = "0.235.0" [workspace.package] -version = "4.0.0" +version = "5.0.0" authors = ["Spin Framework Maintainers "] edition = "2021" license = "Apache-2.0 WITH LLVM-exception"