Skip to content

Commit

Permalink
toolchain: Bump Rust to 1.80.0-nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
wyfcyx committed May 2, 2024
1 parent d27f157 commit 51d23c7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[toolchain]
profile = "minimal"
# use the nightly version of the last stable toolchain, see <https://forge.rust-lang.org/>
channel = "nightly-2024-01-18"
channel = "nightly-2024-05-01"
components = ["rust-src", "llvm-tools", "rustfmt", "clippy"]
targets = ["riscv64gc-unknown-none-elf"]
targets = ["riscv64gc-unknown-none-elf"]
File renamed without changes.

0 comments on commit 51d23c7

Please sign in to comment.