Skip to content

Commit e229569

Browse files
committed
Upgrade rust toolchain to nightly-2025-01-01
1 parent 15080aa commit e229569

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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-2025-01-01
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
2-
channel = "nightly-2024-03-22"
2+
channel = "nightly-2025-01-01"
33
components = [ "rust-src" ]
44
profile = "minimal"

0 commit comments

Comments
 (0)