Skip to content

Commit

Permalink
ci: pin toolchain nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
sethp committed Feb 16, 2023
1 parent dda3a2e commit de714be
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
Expand Up @@ -3,6 +3,6 @@
# The default profile includes rustc, rust-std, cargo, rust-docs, rustfmt and clippy.
# https://rust-lang.github.io/rustup/concepts/profiles.html
profile = "default"
channel = "nightly"
channel = "nightly-2023-02-15"
components = ["rust-src"]
targets = ["riscv32imac-unknown-none-elf"]

0 comments on commit de714be

Please sign in to comment.