Skip to content

Commit

Permalink
Simplify rust_toolchain.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernQ committed Oct 11, 2024
1 parent 1038af9 commit 042dc5f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions template/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
[toolchain]
#IF option("riscv")
#IF !option("stack-protector")
#+channel = "stable"
#ENDIF
#IF option("stack-protector")
channel = "nightly"
#ELSE
#+channel = "stable"
#ENDIF
components = ["rust-src"]
#REPLACE riscv32imac-unknown-none-elf rust_target
Expand Down

0 comments on commit 042dc5f

Please sign in to comment.