Skip to content

Commit

Permalink
Require nightly toolchain for Rust
Browse files Browse the repository at this point in the history
We're using the (long-term) unstable `build-std` feature which requires
the nightly compiler.
  • Loading branch information
jwnrt committed Aug 22, 2024
1 parent 72f9459 commit bce6eff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sw/rust/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[toolchain]
targets = ["riscv32imc-unknown-none-elf"]
channel = "nightly"

0 comments on commit bce6eff

Please sign in to comment.