From a10f04379acffb24168379808d5c830e6ad068b5 Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Tue, 30 Jun 2026 18:45:31 +0100 Subject: [PATCH 1/2] chore(release): cut rc-2026.6.4 --- Cargo.lock | 7 +++---- Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bac2c13..5f5a25b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -794,7 +794,7 @@ dependencies = [ [[package]] name = "ant-protocol" -version = "2.2.1" +version = "2.2.2-rc.1" dependencies = [ "alloy", "blake3", @@ -4365,9 +4365,8 @@ dependencies = [ [[package]] name = "saorsa-core" -version = "0.26.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3f44ef51271c8bfc5b5305f73831a5090fde070553e2a96636feae109b4fdc4" +version = "0.26.2-rc.1" +source = "git+https://github.com/saorsa-labs/saorsa-core?branch=rc-2026.6.4#71582054b2cf203a55070cf788b4d05a1fdda20f" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index d48e31f..07f0834 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ant-protocol" -version = "2.2.1" +version = "2.2.2-rc.1" edition = "2021" authors = ["MaidSafe Developers "] description = "Wire protocol for the Autonomi decentralized network (WithAutonomi fork)" @@ -21,7 +21,7 @@ path = "src/lib.rs" # these through `ant_protocol::{transport, pqc, evm}` re-exports so the # version is pinned in exactly one place. Changing these versions is a # breaking change for both downstream crates. -saorsa-core = "0.26.1" +saorsa-core = { git = "https://github.com/saorsa-labs/saorsa-core", branch = "rc-2026.6.4" } saorsa-pqc = "0.5" evmlib = "0.8.1" From f3b85661bbbdcc91a363e15e46465710291896b6 Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Tue, 30 Jun 2026 23:44:22 +0100 Subject: [PATCH 2/2] chore(release): promote rc-2026.6.4 to 2.2.2 --- Cargo.lock | 7 ++++--- Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5f5a25b..b5df0c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -794,7 +794,7 @@ dependencies = [ [[package]] name = "ant-protocol" -version = "2.2.2-rc.1" +version = "2.2.2" dependencies = [ "alloy", "blake3", @@ -4365,8 +4365,9 @@ dependencies = [ [[package]] name = "saorsa-core" -version = "0.26.2-rc.1" -source = "git+https://github.com/saorsa-labs/saorsa-core?branch=rc-2026.6.4#71582054b2cf203a55070cf788b4d05a1fdda20f" +version = "0.26.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5d9c05644c46b8de670aa5c8eea037b90731f1f204e8aa5d8a2f03496d740401" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 07f0834..82a9d58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ant-protocol" -version = "2.2.2-rc.1" +version = "2.2.2" edition = "2021" authors = ["MaidSafe Developers "] description = "Wire protocol for the Autonomi decentralized network (WithAutonomi fork)" @@ -21,7 +21,7 @@ path = "src/lib.rs" # these through `ant_protocol::{transport, pqc, evm}` re-exports so the # version is pinned in exactly one place. Changing these versions is a # breaking change for both downstream crates. -saorsa-core = { git = "https://github.com/saorsa-labs/saorsa-core", branch = "rc-2026.6.4" } +saorsa-core = "0.26.2" saorsa-pqc = "0.5" evmlib = "0.8.1"