chore: bump MSRV to 1.86 and near-sandbox to 0.3.7#129
Merged
Conversation
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).
Contributor
There was a problem hiding this comment.
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-sandboxdev dependency from0.3.4to0.3.7.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
vsavchyn-dev
approved these changes
Feb 28, 2026
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.
Summary
near-sandboxfrom 0.3.4 to 0.3.7 (which requires Rust 1.86 and pinsdeflate64 < 0.1.11)near-sandbox0.3.6+ declaresrust-version = "1.86.0", so withresolver = "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