This repository has been archived by the owner on Jan 22, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Improve error message for MSRV error #31428
Labels
community
Community contribution
Comments
This was referenced May 1, 2023
How did you end up fixing this? Should the Solana version be updated? I ran |
We essentially need a new Solana release to fully solve this problem but in the short term you can either fix this by using a fixed version for problematic crates like this or building the master branch from source since it's not yet released. The v1.14 branch seems to be getting updated still so I think we'll get 1.14.18 release soon but that's still using rustc 1.62.0-dev. There's PR #31418 to update it on v1.14 branch but it has no traction yet. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Problem
The error message for MSRV is misleading because the error results from the version of rustc that ships with solana platform-tools and not the system's rustc.
This is confusing and people rightfully think they should update rust when the actual problem is that solana build tools are outdated.
Proposed Solution
Show a better error message.
The text was updated successfully, but these errors were encountered: