From dab2ae26eecf2fa4c8733d0aadfd043a9f930309 Mon Sep 17 00:00:00 2001 From: bfjelds Date: Tue, 14 Jul 2026 13:20:35 -0700 Subject: [PATCH] engineering: bump version to 0.26.0 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- Cargo.lock | 2 +- crates/trident/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aa30e16b8..2b94d0501 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3421,7 +3421,7 @@ dependencies = [ [[package]] name = "trident" -version = "0.25.0" +version = "0.26.0" dependencies = [ "anyhow", "chrono", diff --git a/crates/trident/Cargo.toml b/crates/trident/Cargo.toml index f78fb833c..fce59f746 100644 --- a/crates/trident/Cargo.toml +++ b/crates/trident/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trident" -version = "0.25.0" +version = "0.26.0" edition = "2024" publish = false rust-version = "1.85.0"