Skip to content

Commit e77630a

Browse files
committed
Upgrade rust toolchain
See [1] for details. Some floating point intrinsics were added in this newer version which helps on systems where these intrinsics are not provided by avr-gcc. [1]: Rahix/avr-hal#651
1 parent a7ca8e8 commit e77630a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install Nightly Rust
2424
uses: actions-rust-lang/setup-rust-toolchain@v1
2525
with:
26-
toolchain: nightly-2025-03-03
26+
toolchain: nightly-2025-04-27
2727
components: rustfmt,rust-src
2828

2929
# Actual test run
@@ -60,7 +60,7 @@ jobs:
6060
- name: Install Rust
6161
uses: actions-rust-lang/setup-rust-toolchain@v1
6262
with:
63-
toolchain: nightly-2025-03-03
63+
toolchain: nightly-2025-04-27
6464
rustflags: ""
6565
components: rust-src,rustfmt
6666
- name: Install AVR gcc, binutils, and libc
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
2-
channel = "nightly-2025-03-03"
2+
channel = "nightly-2025-04-27"
33
components = ["rust-src"]
44
profile = "minimal"

0 commit comments

Comments
 (0)