Update rust-toolchain.toml to 1.80.0 (#4784)

This commit is contained in:
Daniel 2024-07-25 22:23:09 +03:00 committed by GitHub
parent f858523d92
commit d335187172
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
[toolchain]
channel = "1.79.0"
channel = "1.80.0"
components = [ "rustfmt", "clippy" ]
profile = "minimal"