Skip to content

Commit

Permalink
deps: align nightly to polars nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Sep 29, 2024
1 parent fe3d1c3 commit 7cd2de1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# runs-on: macos-latest
strategy:
matrix:
rust: [nightly-2024-08-26]
rust: [nightly-2024-09-29]
job:
- os: macos
os-name: macos
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-nightly-glibc-231-musl-1124.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ${{ matrix.job.os }}
strategy:
matrix:
rust: [nightly-2024-08-26]
rust: [nightly-2024-09-29]
job:
- os: ubuntu-20.04
os-name: linux
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ${{ matrix.job.os }}
strategy:
matrix:
rust: [nightly-2024-08-26]
rust: [nightly-2024-09-29]
job:
- os: ubuntu-24.04
os-name: linux
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-polars-pinned-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
# set to the pinned nightly version known to work with polars
toolchain: nightly-2024-08-26
toolchain: nightly-2024-09-29
profile: minimal
components: rust-src
target: x86_64-unknown-linux-gnu
Expand Down

0 comments on commit 7cd2de1

Please sign in to comment.