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

Bump Rust toolchain channel from 1.79 to 1.80 #264

Merged
merged 1 commit into from
Jul 28, 2024

Conversation

ericcornelissen
Copy link
Owner

Relates to #146, #248

Summary

Upgrade the version of Rust and related tooling from 1.79.0 to 1.80.0, which was recently released: https://blog.rust-lang.org/2024/07/25/Rust-1.80.0.html.

Upgrade the version of Rust and related tooling from 1.79.0 to 1.80.0,
which was recently released [1].

The `io_error_more` gate is still applicable (verified based on the
corresponding GitHub issue and running the tests with the related code
removed).

One new clippy lints from the "restriction" category ise enabled for
this project because I think it's a sensible restriction. Also, the new
`unexpected_cfgs` lint has been explicitly configured so that it
1) errors instead of warns and 2) does not trigger for the tarpaulin
config used by this project.

--
1. https://blog.rust-lang.org/2024/07/25/Rust-1.80.0.html
@ericcornelissen ericcornelissen added the meta Relates to the project itself label Jul 28, 2024
@ericcornelissen ericcornelissen merged commit 5b206f5 into main Jul 28, 2024
22 checks passed
@ericcornelissen ericcornelissen deleted the bump-toolchain-channel branch July 28, 2024 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
meta Relates to the project itself
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant