Skip to content

Commit

Permalink
fix(build): set rust nightly to known-good (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
ROMemories authored Sep 18, 2024
2 parents 40bb4c7 + f438982 commit 007ed46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ opt-level = 3

[patch.crates-io]
# riot-rs embassy fork
embassy-executor = { git = "https://github.com/kaspar030/embassy", branch = "for-riot-rs-2024-08-18-wakers" }
embassy-executor = { git = "https://github.com/kaspar030/embassy", branch = "for-riot-rs-2024-08-18" }
embassy-hal-internal = { git = "https://github.com/kaspar030/embassy", branch = "for-riot-rs-2024-08-18" }
embassy-nrf = { git = "https://github.com/kaspar030/embassy", branch = "for-riot-rs-2024-08-18" }
embassy-net = { git = "https://github.com/kaspar030/embassy", branch = "for-riot-rs-2024-08-18" }
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# this file is parsed with grep & sed for parsing out the actual toolchain
# from the "channel" line. Please keep that in mind when modifying.
[toolchain]
channel = "nightly-2024-09-16"
channel = "nightly-2024-07-31"
targets = [
"thumbv6m-none-eabi",
"thumbv7m-none-eabi",
Expand Down

0 comments on commit 007ed46

Please sign in to comment.