Bump rust to version 1.77.0-nightly

This commit is contained in:
Yifan Wu 2024-01-20 21:50:24 +08:00
parent 48b1fcc643
commit 8595e87779
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
[toolchain]
profile = "minimal"
# use the nightly version of the last stable toolchain, see <https://forge.rust-lang.org/>
channel = "nightly-2023-10-09"
channel = "nightly-2024-01-18"
components = ["rust-src", "llvm-tools-preview", "rustfmt", "clippy"]