Skip to content

Commit

Permalink
Pin nightly toolchain
Browse files Browse the repository at this point in the history
This will make sure everyone is building with the same toolchain,
allowing there to be a common set of nightly features that need to be
declared and avoiding having to get everyone to upgrade when features
are stabilized.

Signed-off-by: Dylan Reid <[email protected]>
  • Loading branch information
dgreid authored and abrestic-rivos committed Nov 10, 2022
1 parent c22d740 commit 581e481
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"
channel = "nightly-2022-11-10"
components = []
targets = ["riscv64gc-unknown-none-elf"]
profile = "minimal"

0 comments on commit 581e481

Please sign in to comment.