mirror of
https://gitlab.com/keys.openpgp.org/hagrid.git
synced 2025-10-06 00:23:08 +02:00
If you don't have toolchain installed and you use rustup run: $ rustup install --component rustfmt --component clippy 1.89 NOTE: It might be that you have 1.89.0 installed as stable toolchain, in that case you still have to run the above command to install exactly 1.89. Changes: - Upgrade version of used toolchain in the following places: - .gitlab-ci.yml - Cargo.toml - clippy.toml - rust-toolchain.toml
4 lines
64 B
TOML
4 lines
64 B
TOML
[toolchain]
|
|
channel = "1.89"
|
|
components = ["rustfmt", "clippy"]
|