Drop abandoned saorsa-core/ant-protocol rc pins back to crates.io#100
Merged
Merged
Conversation
The saorsa-core and ant-protocol rc-2026.5.4 branches are being abandoned (saorsa-core #121/#122 reverted; see WithAutonomi/ant-node#116). Point ant-core's direct ant-protocol dep and its dev-dep saorsa-core back at their crates.io releases (2.1.1 / 0.24.4) and refresh the lock. The optional/dev ant-node deps stay on rc-2026.5.4 (that branch survives and now itself pins crates.io saorsa-core/ant-protocol).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
The
saorsa-coreandant-protocolrc-2026.5.4branches are being abandoned— their only content (saorsa-core #121/#122) was reverted, and the matching
ant-node reverts landed in WithAutonomi/ant-node#116. Those rc branches will be
deleted, so ant-core must stop referencing them.
Changes
ant-core:ant-protocoldep →2.1.1(crates.io).ant-core: dev-depsaorsa-core→0.24.4(crates.io).Cargo.lock: it no longer pinssaorsa-core@rc/ant-protocol@rc(now resolved from crates.io). The optional/dev
ant-nodedeps stay onrc-2026.5.4— that branch survives and now itself pins crates.iosaorsa-core/ant-protocol, so nothing references the abandoned branches.
Verification
cargo checkpasses.cargo clippy --all-targets --all-features -- -D warningspasses.