Skip to content

Commit

Permalink
Pin hail stable to 1.76 until static mut fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
alevy committed Mar 22, 2024
1 parent fea052e commit 52148e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/hail/rust-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
# Copyright Tock Contributors 2023.

[toolchain]
channel = "stable"
channel = "1.76.0"
components = ["llvm-tools", "rust-src", "rustfmt", "clippy"]
targets = ["thumbv6m-none-eabi", "thumbv7em-none-eabi", "thumbv7em-none-eabihf", "riscv32imc-unknown-none-elf", "riscv32imac-unknown-none-elf"]

0 comments on commit 52148e4

Please sign in to comment.