Skip to content

build: new msrv job to isolate build tools#308

Merged
rustaceanrob merged 1 commit into2140-dev:masterfrom
nyonson:move-msrv-check
Mar 13, 2025
Merged

build: new msrv job to isolate build tools#308
rustaceanrob merged 1 commit into2140-dev:masterfrom
nyonson:move-msrv-check

Conversation

@nyonson
Copy link
Collaborator

@nyonson nyonson commented Mar 13, 2025

The msrv job checks just that the library code can be built with the MSRV's compiler, and that is it. All other build tooling functionallity doesn't need to be gated on the MSRV since it doesn't effect consumers. We specifically would rather use cargo's V3 resolver by default to generate our lockfiles.

@nyonson nyonson force-pushed the move-msrv-check branch 2 times, most recently from 28181f1 to b95d49e Compare March 13, 2025 20:40
The msrv job checks just that the library code can be built with the
MSRV's compiler, and that is it. All other build tooling functionallity
doesn't need to be gated on the MSRV since it doesn't effect consumers.
We specifically would rather use cargo's V3 resolver by default to
generate our lockfiles.
@rustaceanrob
Copy link
Collaborator

Makes sense

ACK 6a341bc

@rustaceanrob rustaceanrob merged commit 8c14b0e into 2140-dev:master Mar 13, 2025
12 checks passed
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.

2 participants