Skip to content

Commit 4a27f7d

Browse files
committed
Require nightly toolchain for Rust
We're using the (long-term) unstable `build-std` feature which requires the nightly compiler.
1 parent 72f9459 commit 4a27f7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sw/rust/rust-toolchain.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[toolchain]
22
targets = ["riscv32imc-unknown-none-elf"]
3+
channel = "nightly"

0 commit comments

Comments
 (0)