From ea5a252856f1eade54e229fb2fb24c3f2ef69fcb Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Thu, 25 Jun 2026 18:24:59 +0100 Subject: [PATCH 1/3] chore(release): cut rc-2026.6.3 --- Cargo.lock | 12 +++++------- Cargo.toml | 4 ++-- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 16b1db1..9457dbf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -794,7 +794,7 @@ dependencies = [ [[package]] name = "ant-protocol" -version = "2.2.0" +version = "2.2.1-rc.1" dependencies = [ "alloy", "blake3", @@ -4365,9 +4365,8 @@ dependencies = [ [[package]] name = "saorsa-core" -version = "0.26.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa8cc1b7f59f97d018760ff150bbb4f217197c41622b83f7085c9cf0424b736e" +version = "0.26.1-rc.1" +source = "git+https://github.com/saorsa-labs/saorsa-core?branch=rc-2026.6.3#fffb96212261e4df9ea47ae81d2a1f88e636ff95" dependencies = [ "anyhow", "async-trait", @@ -4480,9 +4479,8 @@ dependencies = [ [[package]] name = "saorsa-transport" -version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "621d0a207914a8fd6453f25e4bcc369914cbfaf59a2857e898c079b95f52f5bb" +version = "0.35.1-rc.1" +source = "git+https://github.com/saorsa-labs/saorsa-transport?branch=rc-2026.6.3#a201fac4f38f7839850600fde2eaa306018b6ff7" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 82c6dde..b27c87d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ant-protocol" -version = "2.2.0" +version = "2.2.1-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.0" +saorsa-core = { git = "https://github.com/saorsa-labs/saorsa-core", branch = "rc-2026.6.3" } saorsa-pqc = "0.5" evmlib = "0.8.1" From ac0a17ab6808987a2f92f63e1435c1d2b6e7f723 Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Fri, 26 Jun 2026 17:51:37 +0100 Subject: [PATCH 2/3] chore(release): roll rc-2026.6.3 to 2.2.1-rc.1 --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9457dbf..95bbc04 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4366,7 +4366,7 @@ dependencies = [ [[package]] name = "saorsa-core" version = "0.26.1-rc.1" -source = "git+https://github.com/saorsa-labs/saorsa-core?branch=rc-2026.6.3#fffb96212261e4df9ea47ae81d2a1f88e636ff95" +source = "git+https://github.com/saorsa-labs/saorsa-core?branch=rc-2026.6.3#0e1506e7132107ce0d1bbd73162fffff94c1356f" dependencies = [ "anyhow", "async-trait", @@ -4480,7 +4480,7 @@ dependencies = [ [[package]] name = "saorsa-transport" version = "0.35.1-rc.1" -source = "git+https://github.com/saorsa-labs/saorsa-transport?branch=rc-2026.6.3#a201fac4f38f7839850600fde2eaa306018b6ff7" +source = "git+https://github.com/saorsa-labs/saorsa-transport?branch=rc-2026.6.3#3b27060b5c9120f9873e8c5bbcc09999fdc45ff8" dependencies = [ "anyhow", "async-trait", From 02c9e2355aa05c27c68e51d5bba4196c24797b60 Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Sat, 27 Jun 2026 00:54:05 +0100 Subject: [PATCH 3/3] chore(release): promote rc-2026.6.3 to 2.2.1 --- Cargo.lock | 12 +++++++----- Cargo.toml | 4 ++-- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 95bbc04..bac2c13 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -794,7 +794,7 @@ dependencies = [ [[package]] name = "ant-protocol" -version = "2.2.1-rc.1" +version = "2.2.1" dependencies = [ "alloy", "blake3", @@ -4365,8 +4365,9 @@ dependencies = [ [[package]] name = "saorsa-core" -version = "0.26.1-rc.1" -source = "git+https://github.com/saorsa-labs/saorsa-core?branch=rc-2026.6.3#0e1506e7132107ce0d1bbd73162fffff94c1356f" +version = "0.26.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c3f44ef51271c8bfc5b5305f73831a5090fde070553e2a96636feae109b4fdc4" dependencies = [ "anyhow", "async-trait", @@ -4479,8 +4480,9 @@ dependencies = [ [[package]] name = "saorsa-transport" -version = "0.35.1-rc.1" -source = "git+https://github.com/saorsa-labs/saorsa-transport?branch=rc-2026.6.3#3b27060b5c9120f9873e8c5bbcc09999fdc45ff8" +version = "0.35.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3c39d5524d6c886e402d9024d927988ea4e80b0105ce04ff03c89191579d2ada" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index b27c87d..d48e31f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ant-protocol" -version = "2.2.1-rc.1" +version = "2.2.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 = { git = "https://github.com/saorsa-labs/saorsa-core", branch = "rc-2026.6.3" } +saorsa-core = "0.26.1" saorsa-pqc = "0.5" evmlib = "0.8.1"