Update Rust to 1.80.1 (#4831)

This commit is contained in:
Daniel
2024-08-09 12:52:56 +03:00
committed by GitHub
parent 1ea511cbfc
commit a1204cc935
4 changed files with 7 additions and 7 deletions

View File

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