From 7ec406cc940a0454c94524b091e0a1e0706ef710 Mon Sep 17 00:00:00 2001 From: Warm Beer Date: Thu, 28 May 2026 15:08:29 +0200 Subject: [PATCH 1/3] feat!: depend on saorsa-core bootstrap-cache removal Depends on saorsa-core branch codex/remove-bootstrap-cache via git while the core PR is in review. BREAKING CHANGE: updates ant-protocol transport re-exports to the saorsa-core branch that removes bootstrap-cache APIs. --- Cargo.lock | 8 +++----- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8d2fc94..d564166 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4365,9 +4365,8 @@ dependencies = [ [[package]] name = "saorsa-core" -version = "0.24.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c1267928da1bcc91748c314f95f7952bc01c0359a4ac70a0b111b0386898934" +version = "0.24.5-rc.2" +source = "git+https://github.com/saorsa-labs/saorsa-core?branch=codex/remove-bootstrap-cache#71db38132b4999a3092ca9703bc346bcc09c37f4" dependencies = [ "anyhow", "async-trait", @@ -4481,8 +4480,7 @@ dependencies = [ [[package]] name = "saorsa-transport" version = "0.34.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "852400712537856ab6fec5293be4290daf0130df0dbcb249a6e8280f9257665f" +source = "git+https://github.com/saorsa-labs/saorsa-transport?branch=codex/remove-bootstrap-cache#e8b48c93be30b6283fd49de75c5e82f2573c52d6" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 438312b..1561370 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.24.4" +saorsa-core = { git = "https://github.com/saorsa-labs/saorsa-core", branch = "codex/remove-bootstrap-cache" } saorsa-pqc = "0.5" evmlib = "0.8.1" From bd283bb083774724c951d6312e6db2d348b41605 Mon Sep 17 00:00:00 2001 From: Warm Beer Date: Thu, 28 May 2026 22:18:02 +0200 Subject: [PATCH 2/3] chore: update saorsa-core lock --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index d564166..6bf9954 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4366,7 +4366,7 @@ dependencies = [ [[package]] name = "saorsa-core" version = "0.24.5-rc.2" -source = "git+https://github.com/saorsa-labs/saorsa-core?branch=codex/remove-bootstrap-cache#71db38132b4999a3092ca9703bc346bcc09c37f4" +source = "git+https://github.com/saorsa-labs/saorsa-core?branch=codex/remove-bootstrap-cache#9ee7c8c9e35d4e0231bf8689901acf21c2abfc1d" dependencies = [ "anyhow", "async-trait", From 6bc35372986474fa9f31844b034790d0b84ffb97 Mon Sep 17 00:00:00 2001 From: Warm Beer Date: Thu, 28 May 2026 23:15:58 +0200 Subject: [PATCH 3/3] chore: update saorsa-core git dependency --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6bf9954..1fa1899 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4366,7 +4366,7 @@ dependencies = [ [[package]] name = "saorsa-core" version = "0.24.5-rc.2" -source = "git+https://github.com/saorsa-labs/saorsa-core?branch=codex/remove-bootstrap-cache#9ee7c8c9e35d4e0231bf8689901acf21c2abfc1d" +source = "git+https://github.com/saorsa-labs/saorsa-core?branch=codex/remove-bootstrap-cache#ac285f212185486b1d1ee6eee33932865413f42f" dependencies = [ "anyhow", "async-trait", @@ -4480,7 +4480,7 @@ dependencies = [ [[package]] name = "saorsa-transport" version = "0.34.2" -source = "git+https://github.com/saorsa-labs/saorsa-transport?branch=codex/remove-bootstrap-cache#e8b48c93be30b6283fd49de75c5e82f2573c52d6" +source = "git+https://github.com/saorsa-labs/saorsa-transport?branch=codex/remove-bootstrap-cache#00447926f8847d5de99c271fb689740f749177f6" dependencies = [ "anyhow", "async-trait",