chore: upgrade rust toolchain to 1.94.0#6697
Conversation
WalkthroughUpdates the Rust toolchain version from 1.93.0 to 1.94.0 in the rust-toolchain.toml configuration file, keeping the components list unchanged. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@rust-toolchain.toml`:
- Line 2: The devnet-curio Dockerfile still pins an old Rust version via the
RUST_VERSION environment variable; update the RUST_VERSION value in
scripts/devnet-curio/curio.dockerfile (the RUST_VERSION environment/ARG line) to
match the rust-toolchain.toml channel ("1.94.0") so the container toolchain
aligns with the repository toolchain.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted filessee 12 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Summary of changes
Changes introduced in this pull request:
Reference issue to close (if applicable)
Closes
Other information and links
Change checklist
Outside contributions
Summary by CodeRabbit