Skip to content

build: upgrade Rust toolchain to 1.96.1#538

Open
sandersaares wants to merge 4 commits into
mainfrom
u/sasaares/rust-1.96.1
Open

build: upgrade Rust toolchain to 1.96.1#538
sandersaares wants to merge 4 commits into
mainfrom
u/sasaares/rust-1.96.1

Conversation

@sandersaares

Copy link
Copy Markdown
Member

Pins RUST_LATEST to 1.96.1 (previously 1.96) so CI, static analysis, mutation testing, and local tooling all use the exact stable patch that includes the Cargo bugfixes — notably proper HTTP retries.

RUST_LATEST is consumed as a rustup toolchain spec (cargo + and via the CI setup action), so a full patch version is valid and guarantees the fix rather than relying on whatever 1.96.x happens to be installed.

RUST_MSRV (1.93) is intentionally left unchanged since it tracks the MSRV promise, not the build toolchain.

Pins RUST_LATEST to 1.96.1 to pull in Cargo bugfixes, notably proper HTTP retries.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings July 1, 2026 04:59

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 pins the repository’s “latest stable” Rust toolchain constant to a specific patch release (1.96.1) so CI and developer tooling consistently use the stable patch that includes relevant Cargo fixes.

Changes:

  • Update RUST_LATEST from 1.96 to 1.96.1 in shared repo constants.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread constants.env Outdated
@codecov

codecov Bot commented Jul 1, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.0%. Comparing base (df08af3) to head (a8d96f9).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #538   +/-   ##
=======================================
  Coverage   100.0%   100.0%           
=======================================
  Files         354      354           
  Lines       26897    26897           
=======================================
  Hits        26897    26897           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copilot AI review requested due to automatic review settings July 1, 2026 06:19

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

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

Comment thread constants.env
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants