Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "[ci] Separately track MSRV and MWRV" #811

Merged
merged 1 commit into from
Jan 24, 2024
Merged

Conversation

joshlf
Copy link
Member

@joshlf joshlf commented Jan 24, 2024

Reverts #810

It turns out that while #810 was itself fine, building on it is currently impossible. In particular, when we lower the MWRV to lower than the MSRV, Cargo invocations in CI complain because we're asking it to compile using a toolchain lower than the documented MSRV. This can be bypassed using --ignore-rust-version. However, there's no way to instruct the trybuild crate (which runs our UI tests) to pass that flag when it invokes Cargo, and so the UI tests fail without recourse.

@joshlf joshlf added this pull request to the merge queue Jan 24, 2024
Merged via the queue into main with commit 1f3910a Jan 24, 2024
127 checks passed
@joshlf joshlf deleted the revert-810-msrv-ci branch January 24, 2024 16:36
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.

None yet

2 participants