We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15080aa commit e229569Copy full SHA for e229569
.github/workflows/ci.yml
@@ -106,7 +106,7 @@ jobs:
106
- name: Install Rust
107
uses: dtolnay/rust-toolchain@master
108
with:
109
- toolchain: nightly-2023-12-28
+ toolchain: nightly-2025-01-01
110
components: rust-src
111
- name: Install avr-gcc, binutils, and libc
112
run: sudo apt-get install -y avr-libc binutils-avr gcc-avr
rust-toolchain.toml
@@ -1,4 +1,4 @@
1
[toolchain]
2
-channel = "nightly-2024-03-22"
+channel = "nightly-2025-01-01"
3
components = [ "rust-src" ]
4
profile = "minimal"
0 commit comments