Skip to content

Conversation

Turbo87
Copy link
Member

@Turbo87 Turbo87 commented May 8, 2023

This file ensures that CI and all developers, by default, use the same Rust version. This helps reduce differences between e.g. clippy or rustfmt versions.

If people prefer to use other versions (e.g. beta or nightly) they can still use rustup override on the crates.io project, but having a rust-toolchain.toml with the right version should make things a little easier for new contributors.

The referenced, shared renovatebot config can be found at https://github.com/Turbo87/renovate-config/blob/master/rust/updateToolchain.json.

Turbo87 added 2 commits May 8, 2023 08:51
This file ensures that CI and all developers, by default, use the same Rust version. This helps reduce differences between e.g. `clippy` or `rustfmt` versions.
@Turbo87 Turbo87 added C-internal 🔧 Category: Nonessential work that would make the codebase more consistent or clear A-backend ⚙️ labels May 8, 2023
Copy link
Contributor

@LawnGnome LawnGnome left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Renovate side of things is definitely above my knowledge level, but the toolchain file definitely works fine. 👍

@Turbo87 Turbo87 merged commit 2169f71 into rust-lang:master May 9, 2023
@Turbo87 Turbo87 deleted the rust-toolchain branch May 9, 2023 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-backend ⚙️ C-internal 🔧 Category: Nonessential work that would make the codebase more consistent or clear
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants