Skip to content

Commit

Permalink
chore: roll nightly to 2022-10-09 (#335)
Browse files Browse the repository at this point in the history
This commit updates Mycelium's pinned nightly version to Rust
`nightly-2022-10-09`. Unfortunately, this currently doesn't work, due to
linker errors when linking with the bootloader (see
rust-osdev/bootloader#271).
  • Loading branch information
hawkw committed Nov 16, 2022
1 parent a10bdeb commit 8e1c6db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
channel = "nightly-2022-07-31"
channel = "nightly-2022-10-07"
components = [
"clippy",
"rustfmt",
Expand Down

0 comments on commit 8e1c6db

Please sign in to comment.