From cbec8d936decb58b784d0b44f22cf0d1013b2a82 Mon Sep 17 00:00:00 2001 From: Curtis Lee Fulton Date: Wed, 3 Dec 2025 19:58:24 -0800 Subject: [PATCH] Release 0.1.22 --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 14f5a93..2b3a105 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,13 +11,13 @@ members = [ resolver = "2" [workspace.package] -version = "0.1.20" +version = "0.1.22" [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.22", path = "pingora" } +switchgear-service = { version = "0.1.22", path = "service" } +switchgear-migration = { version = "0.1.22", path = "migration" } +switchgear-testing = { version = "0.1.22", path = "testing" } [profile.release]