From cff8c672e4790e7a6130a87c8bde4fffc282b8fb Mon Sep 17 00:00:00 2001 From: Curtis Lee Fulton Date: Fri, 5 Dec 2025 17:13:28 -0800 Subject: [PATCH] Release 0.1.25 --- Cargo.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2a4a135..9fc3076 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,15 +13,15 @@ members = [ resolver = "2" [workspace.package] -version = "0.1.24" +version = "0.1.25" [workspace.dependencies] -switchgear-components = { version = "0.1.24", path = "components" } -switchgear-migration = { version = "0.1.24", path = "migration" } -switchgear-pingora = { version = "0.1.24", path = "pingora" } -switchgear-service = { version = "0.1.24", path = "service" } -switchgear-service-api = { version = "0.1.24", path = "service-api" } -switchgear-testing = { version = "0.1.24", path = "testing" } +switchgear-components = { version = "0.1.25", path = "components" } +switchgear-migration = { version = "0.1.25", path = "migration" } +switchgear-pingora = { version = "0.1.25", path = "pingora" } +switchgear-service = { version = "0.1.25", path = "service" } +switchgear-service-api = { version = "0.1.25", path = "service-api" } +switchgear-testing = { version = "0.1.25", path = "testing" } [profile.release] codegen-units = 1