From 9d0de3efe2e321aa744eeb546662e6b36bf068e5 Mon Sep 17 00:00:00 2001 From: Bamboo Date: Wed, 25 Feb 2026 13:31:54 +0000 Subject: [PATCH] skipci: Automatic version increment by Bamboo --- Cargo.lock | 2 +- endpoint/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 895e698..224e593 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3472,7 +3472,7 @@ dependencies = [ [[package]] name = "trusttunnel_endpoint" -version = "1.0.2" +version = "1.0.3" dependencies = [ "clap", "console-subscriber", diff --git a/endpoint/Cargo.toml b/endpoint/Cargo.toml index 5150cfe..25b4e0c 100644 --- a/endpoint/Cargo.toml +++ b/endpoint/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trusttunnel_endpoint" -version = "1.0.2" +version = "1.0.3" authors = ["Sergei Gunchenko "] edition = "2021"