Skip to content

Commit 2a83c08

Browse files
committed
Upgrade rust toolchain to nightly-2024-10-11
1 parent 544e50b commit 2a83c08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
- name: Install Rust
107107
uses: dtolnay/rust-toolchain@master
108108
with:
109-
toolchain: nightly-2023-12-28
109+
toolchain: nightly-2024-10-11
110110
components: rust-src
111111
- name: Install avr-gcc, binutils, and libc
112112
run: sudo apt-get install -y avr-libc binutils-avr gcc-avr

rust-toolchain.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
2-
channel = "nightly-2024-03-22"
2+
channel = "nightly-2024-10-11"
33
components = [ "rust-src" ]
44
profile = "minimal"

0 commit comments

Comments
 (0)