Merged
Conversation
Bumps ant-core rev to 91af993 (tip of WithAutonomi/ant-client rc-2026.4.2, released as ant-cli-v0.2.0-rc.1) and pins .ant-version to the matching sidecar release so the bundled daemon and embedded ant-core library are version-aligned. Transitive updates from the new ant-core: - ant-node 0.10.1 -> 0.11.0-rc.1 (rc-2026.4.2) - saorsa-core 0.23.1 -> 0.24.0-rc.1 (rc-2026.4.2) - saorsa-transport 0.32.0 -> 0.33.0-rc.1 (rc-2026.4.2) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
rc-2026.4.2's saorsa-core introduces a non-HRTB closure in the parallel bootstrap dial path that fails `Send + 'static` when ant-gui spawns `run_connection_loop` on tokio. Until the upstream fix merges, patch the dep to a fork commit that satisfies the bound via `into_iter()` + owned `Vec<MultiAddr>` into an `async move` block. Pinned by SHA so the RC build is reproducible even if the fork branch moves. Remove this `[patch]` block once the upstream PR merges, ant-node rebumps saorsa-core, and the ant-core rev above is rebumped accordingly. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Summary
0.6.7-rc.1in the four version-of-record files (package.json,src-tauri/Cargo.toml,src-tauri/Cargo.lock,src-tauri/tauri.conf.json).ant-corerev to91af993— tip ofWithAutonomi/ant-clientrc-2026.4.2, released upstream asant-cli-v0.2.0-rc.1..ant-versionfromlatesttoant-cli-v0.2.0-rc.1so the sidecar binary the release pipeline downloads matches the embeddedant-corelibrary.Transitive lockfile churn is the rc-2026.4.2 line of ant-node/saorsa-core/saorsa-transport that the new ant-core pulls in.
This is the RC cut for internal testing of the ant-client rc-2026.4.2 branch ahead of its promotion to stable. Once the branch is stable upstream, we'll bump to
0.6.7against the finalant-cli-v0.2.0tag.Test plan
v0.6.7-rc.1from main, push, confirmrelease.ymlcomposes latest.json and creates a draft pre-release with MSI/deb/rpm/AppImage/dmg assets