-
Notifications
You must be signed in to change notification settings - Fork 17
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
CI: pin Rust version #80
Conversation
48b6168
to
b6f29ef
Compare
To avoid surprises with e.g. new Clippy lints breaking CI.
b6f29ef
to
829a054
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it make sense to add rust-toolchain.toml
so that the same version is used locally and in CI?
Regarding Renovate, Tobias created a configuration snippet that updates the |
I don't think that either is really needed here, mostly because running I added |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! 👍
That is a fair argument! 😅 But I think using |
@jdno I don't have merge rights, so you'll also need to merge it. |
To avoid surprises with e.g. new Clippy errors breaking CI.