Skip to content

Commit ef61c34

Browse files
jonathanpallantthejpster
authored andcommitted
Bump the toolchain to pick up Armv6 targets.
1 parent 4caed52 commit ef61c34

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ jobs:
6363
uses: taiki-e/install-action@just
6464
- name: Install Rust
6565
run: |
66-
rustup install nightly-2026-01-25
67-
rustup component add rust-src --toolchain nightly-2026-01-25
68-
rustup default nightly-2026-01-25
66+
rustup install nightly-2026-01-26
67+
rustup component add rust-src --toolchain nightly-2026-01-26
68+
rustup default nightly-2026-01-26
6969
- name: Build
7070
run: |
7171
just build-tier3 ${{ matrix.target }}
@@ -89,9 +89,9 @@ jobs:
8989
uses: taiki-e/install-action@just
9090
- name: Install Rust
9191
run: |
92-
rustup install nightly-2026-01-25
93-
rustup component add rust-src --toolchain nightly-2026-01-25
94-
rustup default nightly-2026-01-25
92+
rustup install nightly-2026-01-26
93+
rustup component add rust-src --toolchain nightly-2026-01-26
94+
rustup default nightly-2026-01-26
9595
- name: Build
9696
run: |
9797
just build-tier3-no-atomics ${{ matrix.target }}

examples/mps3-an536/rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[toolchain]
2-
channel = "nightly-2026-01-25"
2+
channel = "nightly-2026-01-26"
33
targets = [
44
"armv8r-none-eabihf",
55
]

examples/versatileab/rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[toolchain]
2-
channel = "nightly-2026-01-25"
2+
channel = "nightly-2026-01-26"
33
targets = [
44
"armv7r-none-eabi",
55
"armv7r-none-eabihf",

0 commit comments

Comments
 (0)