chore: upgrade to Rust edition 2024#553
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR upgrades the Rust edition from 2021 to 2024 and changes the dependency resolver from the implicit default to version 3. This is intended as a routine upgrade to keep the codebase current with the latest Rust tooling standards.
Changes:
- Updated
editionfield in Cargo.toml from "2021" to "2024" - Added explicit
resolver = "3"configuration in Cargo.toml
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
vsavchyn-dev
requested changes
Feb 5, 2026
Co-authored-by: Vladyslav Savchyn <[email protected]>
vsavchyn-dev
approved these changes
Feb 6, 2026
Merged
17 tasks
r-near
pushed a commit
that referenced
this pull request
Feb 6, 2026
## 🤖 New release * `near-cli-rs`: 0.23.5 -> 0.23.6 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.23.6](v0.23.5...v0.23.6) - 2026-02-06 ### Added - Added styling options for "newline", "option selection" and "answer" for "inquire" crate ([#554](#554)) - added flexibility in using "setup_tracing" ([#550](#550)) ### Other - upgrade to Rust edition 2024 ([#553](#553)) - Replaced macos-13, being browned out ([#549](#549)) - added DevEx to CODEOWNERS ([#548](#548)) - Updated the copyright year to 2026 ([#544](#544)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
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.
Updates the crate to Rust edition 2024 with resolver v3.