text-generation-inference/rust-toolchain.toml
Nicolas Patry 203cade244
Upgrading our rustc version. (#2908)
* Upgrading our rustc version.

* Fixing the rust tests to proper version.

* Clippy everything.
2025-01-15 17:04:03 +01:00

6 lines
130 B
TOML

[toolchain]
# Released on: June 13, 2024
# https://releases.rs/docs/1.79.0/
channel = "1.84.0"
components = ["rustfmt", "clippy"]