From 943f855d92c6838159c6c0528ae6fc3128635558 Mon Sep 17 00:00:00 2001 From: Mike Date: Thu, 15 Jan 2026 17:30:20 -0700 Subject: [PATCH] 3.3.0 (for real) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5fecb40..88feee3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2705,7 +2705,7 @@ dependencies = [ [[package]] name = "splitrail" -version = "3.2.2" +version = "3.3.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 4bbba6e..073bd91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "splitrail" -version = "3.2.2" +version = "3.3.0" edition = "2024" license = "MIT" authors = ["Piebald LLC "]