Skip to content

Commit

Permalink
Upgrade rust toolchain to nightly-2024-10-11
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahix committed Oct 12, 2024
1 parent 544e50b commit 2a83c08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2023-12-28
toolchain: nightly-2024-10-11
components: rust-src
- name: Install avr-gcc, binutils, and libc
run: sudo apt-get install -y avr-libc binutils-avr gcc-avr
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "nightly-2024-03-22"
channel = "nightly-2024-10-11"
components = [ "rust-src" ]
profile = "minimal"

0 comments on commit 2a83c08

Please sign in to comment.