mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 15:13:56 +02:00

- 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>
3 lines
76 B
TOML
3 lines
76 B
TOML
[toolchain]
|
|
channel = "1.83"
|
|
components = ["rustfmt", "clippy", "rust-src"]
|