chore(ffi): bump ant-core 0.3.0 -> 0.3.1 (ant-cli-v0.2.11) - #208
Merged
Merged
Conversation
Picks up the data_download shrunk-DataMap resolve fix, a block_in_place panic fix in data_download, and the quinn-proto RUSTSEC-2026-0185 security bump. ant-core 0.3.1 keeps ant-protocol 2.2.2, so the dependency graph is unchanged and the pin stays graph-safe. Also force-bumped quinn-proto in the ffi lockfile to 0.11.16 so the RUSTSEC patch actually ships in the FFI binary. build + clippy -D warnings + fmt + 8 tests green. antd still pins ant-cli-v0.2.10 (0.3.0) on its own release lane; realign when antd next bumps. Co-Authored-By: Claude Opus 4.8 (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.
Bumps the ffi's pinned
ant-corefromant-cli-v0.2.10(0.3.0) toant-cli-v0.2.11(0.3.1).Why bump: 0.3.1 carries FFI-relevant fixes:
Graph safety: ant-core 0.3.1 keeps
ant-protocol = "2.2.2"— identical to the ffi's existing pin — so no saorsa-core/evmlib graph skew. Also force-bumpedquinn-protoin the ffi lockfile to 0.11.16 so the RUSTSEC patch actually ships in the FFI binary (it was resolving to 0.11.14 independently).Checks:
cargo build+cargo clippy -D warnings+cargo fmt --check+ 8 unit tests all green.Note: antd still pins
ant-cli-v0.2.10(0.3.0) on its own release lane; realign when antd next bumps. This feeds the next AntFfi mobile release (v0.0.5, alongside #207).🤖 Generated with Claude Code