Files
hagrid/clippy.toml
Zeke Fast 9e0409bbac Upgrade Rust toolchain: 1.89 -> 1.90
If you don't have toolchain installed and you use rustup run:

    $ rustup toolchain install --profile default --component rustfmt,clippy 1.90

NOTE: It might be that you have 1.90.0 installed as stable toolchain, in
that case you still have to run the above command to install exactly 1.90.

Command: `just upgrade-rust`

Changes:
- Upgrade version of used toolchain in the following places:
  - .gitlab-ci.yml
  - Cargo.toml
  - clippy.toml
  - rust-toolchain.toml
2025-09-28 10:50:46 +02:00

4 lines
49 B
TOML

msrv = "1.90"
too-many-arguments-threshold = 10