Skip to content

chore: upgrade to Rust edition 2024#553

Merged
r-near merged 5 commits into
mainfrom
chore/rust-edition-2024
Feb 6, 2026
Merged

chore: upgrade to Rust edition 2024#553
r-near merged 5 commits into
mainfrom
chore/rust-edition-2024

Conversation

@r-near

@r-near r-near commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

Updates the crate to Rust edition 2024 with resolver v3.

@r-near r-near requested a review from a team as a code owner February 5, 2026 21:39
Copilot AI review requested due to automatic review settings February 5, 2026 21:39
@github-project-automation github-project-automation Bot moved this to NEW❗ in DevTools Feb 5, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 edition field 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.

Comment thread Cargo.toml Outdated

@vsavchyn-dev vsavchyn-dev left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, it's mostly formatting only, so we should be on the safe side to change it!

@r-near r-near merged commit 05e015d into main Feb 6, 2026
13 checks passed
@r-near r-near deleted the chore/rust-edition-2024 branch February 6, 2026 02:11
@github-project-automation github-project-automation Bot moved this from NEW❗ to Shipped 🚀 in DevTools Feb 6, 2026
@frol frol mentioned this pull request Jan 21, 2026
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/).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Shipped 🚀

Development

Successfully merging this pull request may close these issues.

4 participants