Skip to content

chore: bump MSRV to 1.86 and near-sandbox to 0.3.7#129

Merged
r-near merged 1 commit intomainfrom
chore/bump-msrv-1.86
Feb 28, 2026
Merged

chore: bump MSRV to 1.86 and near-sandbox to 0.3.7#129
r-near merged 1 commit intomainfrom
chore/bump-msrv-1.86

Conversation

@r-near
Copy link
Copy Markdown
Contributor

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

Summary

  • Bump workspace MSRV from 1.85 to 1.86
  • Bump near-sandbox from 0.3.4 to 0.3.7 (which requires Rust 1.86 and pins deflate64 < 0.1.11)

near-sandbox 0.3.6+ declares rust-version = "1.86.0", so with resolver = "3" the MSRV CI was either skipping it (0.3.4/0.3.5 had no rust-version) or would fail once it resolved to 0.3.6+. This aligns the declared MSRV with what's actually needed.

Test plan

  • MSRV CI jobs should pass with Rust 1.86 toolchain
  • All other CI jobs should be unaffected

Bump MSRV from 1.85 to 1.86 to align with near-sandbox 0.3.6+ which
requires Rust 1.86. Also bump near-sandbox to 0.3.7 which pins
deflate64 < 0.1.11 (that version requires Rust 1.87).
Copilot AI review requested due to automatic review settings February 28, 2026 06:12
@r-near r-near requested review from a team and akorchyn as code owners February 28, 2026 06:12
@github-project-automation github-project-automation bot moved this to NEW❗ in DevTools Feb 28, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the workspace’s declared minimum supported Rust version (MSRV) to match the requirements introduced by newer near-sandbox releases, ensuring MSRV CI resolves and builds the intended dependency set under resolver = "3".

Changes:

  • Bump workspace MSRV from Rust 1.85 to 1.86.
  • Bump near-sandbox dev dependency from 0.3.4 to 0.3.7.

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

@codecov
Copy link
Copy Markdown

codecov bot commented Feb 28, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 51.58%. Comparing base (c18d30b) to head (1bbf05e).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #129   +/-   ##
=======================================
  Coverage   51.58%   51.58%           
=======================================
  Files          40       40           
  Lines        5172     5172           
=======================================
  Hits         2668     2668           
  Misses       2504     2504           

☔ View full report in Codecov by Sentry.
📢 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.

@r-near r-near enabled auto-merge (squash) February 28, 2026 06:38
@r-near r-near merged commit 17f9c3c into main Feb 28, 2026
19 checks passed
@r-near r-near deleted the chore/bump-msrv-1.86 branch February 28, 2026 19:01
@github-project-automation github-project-automation bot moved this from NEW❗ to Shipped 🚀 in DevTools Feb 28, 2026
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