chore: bump usage-rs floor to 6.11.1 - #4010
Conversation
usage-rs 6.11.1 moved FlagMeta's env_fallback and deprecated_env into FlagMeta::extra, breaking the relay's released_cli test once release-plz's dependency update pulled the patch in (#3945). Read them from extra and require 6.11.1 so the lockfile can't resolve an older layout. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
|
Warning Review limit reachedNext included review available in 12 minutes. View limit detailsLimit details: You’ve used all 4 included reviews currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. Review configuration: ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
|
Summary: merged main (which now includes #4006) into this branch, so the remaining diff is just the (Written by Claude) Generated by Claude Code |
Problem
#4006 moved
Cargo.locktousage-rs6.11.1 and changedreleased_cli.rsto useflag.extra.*, which only exists in 6.11.x. The workspace floor inCargo.tomlstill says 6.3.0, so a consumer resolving to an older 6.x would fail to compile.Approach
Raise the
usageworkspace dependency floor to 6.11.1 to match the code and lockfile. The lockfile already resolves 6.11.1, so it is unchanged.Impact
Alternatives
Follow-ups
(Written by Claude)
🤖 Generated with Claude Code
https://claude.ai/code/session_017VLQoTc9Tqbg6pRsKEvEQn