teepot/rust-toolchain.toml
Harald Hoyer 83d57bf354
chore: update Rust toolchain to version 1.83
- Upgraded the Rust version in rust-toolchain.toml to 1.83.
- Ensures compatibility and access to the latest features and fixes.

Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
2024-12-20 09:29:43 +01:00

3 lines
76 B
TOML

[toolchain]
channel = "1.83"
components = ["rustfmt", "clippy", "rust-src"]