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>
This commit is contained in:
Harald Hoyer 2024-12-20 09:00:01 +01:00
parent e4629aee55
commit 83d57bf354
Signed by: harald
GPG key ID: F519A1143B3FBE32
3 changed files with 5 additions and 4 deletions

View file

@ -1,3 +1,3 @@
[toolchain]
channel = "1.78"
channel = "1.83"
components = ["rustfmt", "clippy", "rust-src"]