From 554e5dd3113ba6263d7acf1734fce5811ee6ebdd Mon Sep 17 00:00:00 2001 From: Curtis Lee Fulton Date: Wed, 3 Dec 2025 19:44:59 -0800 Subject: [PATCH] Release 0.1.21 --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 14f5a93..db448da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,13 +11,13 @@ members = [ resolver = "2" [workspace.package] -version = "0.1.20" +version = "0.1.21" [workspace.dependencies] -switchgear-pingora = { version = "0.1.20", path = "pingora" } -switchgear-service = { version = "0.1.20", path = "service" } -switchgear-migration = { version = "0.1.20", path = "migration" } -switchgear-testing = { version = "0.1.20", path = "testing" } +switchgear-pingora = { version = "0.1.21", path = "pingora" } +switchgear-service = { version = "0.1.21", path = "service" } +switchgear-migration = { version = "0.1.21", path = "migration" } +switchgear-testing = { version = "0.1.21", path = "testing" } [profile.release]