Skip to content

Commit 8400dd3

Browse files
committed
Update rustc and maturin
Signed-off-by: Andrew Stein <steinlink@gmail.com>
1 parent b5f3732 commit 8400dd3

File tree

22 files changed

+246
-348
lines changed

22 files changed

+246
-348
lines changed

.github/actions/install-deps/action.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,23 +145,23 @@ runs:
145145
uses: dtolnay/rust-toolchain@nightly
146146
if: ${{ inputs.rust == 'true' && inputs.arch != 'aarch64' }}
147147
with:
148-
toolchain: nightly-2025-02-01
148+
toolchain: nightly-2026-01-01
149149
targets: wasm32-unknown-unknown
150150
components: rustfmt, clippy, rust-src
151151

152152
- name: Install rust (aarch64 OSX)
153153
uses: dtolnay/rust-toolchain@nightly
154154
if: ${{ inputs.rust == 'true' && inputs.arch == 'aarch64' && runner.os == 'macOS' }}
155155
with:
156-
toolchain: nightly-2025-02-01
156+
toolchain: nightly-2026-01-01
157157
targets: aarch64-apple-darwin
158158
components: rust-src
159159

160160
- name: Install rust (aarch64 Linux)
161161
uses: dtolnay/rust-toolchain@nightly
162162
if: ${{ inputs.rust == 'true' && inputs.arch == 'aarch64' && runner.os == 'Linux' }}
163163
with:
164-
toolchain: nightly-2025-02-01
164+
toolchain: nightly-2026-01-01
165165
targets: aarch64-unknown-linux-gnu
166166
components: rust-src
167167

@@ -225,4 +225,3 @@ runs:
225225
# if: ${{ runner.os == 'Linux' }}
226226
# run: |
227227
# rm -rf /__t/*
228-

0 commit comments

Comments
 (0)