Skip to content

Commit

Permalink
Fix nightly toolchain in examples to 2024-06-12
Browse files Browse the repository at this point in the history
  • Loading branch information
Norbert Fabritius authored and inorick committed Jul 9, 2024
1 parent 22ede7c commit 5f160ee
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 7 deletions.
21 changes: 17 additions & 4 deletions examples/linux/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 examples/linux/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "nightly"
channel = "nightly-2024-06-12" # See https://github.com/embassy-rs/embassy/issues/3078
components = [ "rust-src", "rustfmt" ]
2 changes: 1 addition & 1 deletion examples/stm32h745i/cm4/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
channel = "nightly"
channel = "nightly-2024-06-12" # See https://github.com/embassy-rs/embassy/issues/3078
components = [ "rust-src", "rustfmt" ]
targets = [
"thumbv7em-none-eabihf"
Expand Down
2 changes: 1 addition & 1 deletion examples/stm32h745i/cm7/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
channel = "nightly"
channel = "nightly-2024-06-12" # See https://github.com/embassy-rs/embassy/issues/3078
components = [ "rust-src", "rustfmt" ]
targets = [
"thumbv7em-none-eabihf"
Expand Down

0 comments on commit 5f160ee

Please sign in to comment.