Closed lorisleiva closed 3 months ago
Latest commit: e956866cbc8116b54e1d59d4ae0b94a5bafca756
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
This PR changes the way we decide on the toolchain to use by resolving the Rust version first by:
--rust
CLI optionrustc --version
This PR also logs a warning if the resolved Rust version and the resolved Solana version could have compatibility issues.
This PR also does a bunch of refactoring, especially in version manipulation.