Skip to content

Commit f77ea52

Browse files
jqnatividadclaude
andcommitted
deps: bump nightly from 2025-10-24 to 2026-01-09; same as polars
[skip ci] Co-Authored-By: Claude <81847+claude@users.noreply.github.com>
1 parent 3f797c1 commit f77ea52

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/macOS-arm64-selfhosted-publish-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: macos-latest
2929
strategy:
3030
matrix:
31-
rust: [nightly-2025-10-24]
31+
rust: [nightly-2026-01-09]
3232
job:
3333
- os: macos
3434
os-name: macos

.github/workflows/publish-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ${{ matrix.job.os }}
2828
strategy:
2929
matrix:
30-
rust: [nightly-2025-10-24]
30+
rust: [nightly-2026-01-09]
3131
job:
3232
- os: ubuntu-24.04
3333
os-name: linux

.github/workflows/rust-polars-pinned-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: dtolnay/rust-toolchain@master
3333
with:
3434
# set to the pinned nightly version known to work with polars
35-
toolchain: nightly-2025-10-24
35+
toolchain: nightly-2026-01-09
3636
components: rust-src
3737
target: x86_64-unknown-linux-gnu
3838
- name: Run tests

.github/workflows/test-publish-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.job.os }}
1313
strategy:
1414
matrix:
15-
rust: [nightly-2025-10-24]
15+
rust: [nightly-2026-01-09]
1616
job:
1717
- os: ubuntu-latest
1818
os-name: linux

0 commit comments

Comments
 (0)