Skip to content

Commit

Permalink
Unpin nightly version
Browse files Browse the repository at this point in the history
  • Loading branch information
jhorstmann committed Aug 6, 2023
1 parent 7bf2975 commit 5113c65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/arrow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,7 @@ jobs:
- name: Setup Rust toolchain
uses: ./.github/actions/setup-builder
with:
# Pinned nightly (#4651)
rust-version: nightly-2023-08-03
rust-version: nightly
- name: Test arrow-array with SIMD
run: cargo test -p arrow-array --features simd
- name: Test arrow-ord with SIMD
Expand All @@ -169,8 +168,7 @@ jobs:
- name: Setup Rust toolchain
uses: ./.github/actions/setup-builder
with:
# Pinned nightly (#4651)
rust-version: nightly-2023-08-03
rust-version: nightly
target: wasm32-unknown-unknown,wasm32-wasi
- name: Build wasm32-unknown-unknown
run: cargo build -p arrow --no-default-features --features=json,csv,ipc,simd,ffi --target wasm32-unknown-unknown
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ jobs:
strategy:
matrix:
arch: [ amd64 ]
# Pinned nightly (#4651)
rust: [ nightly-2023-08-03 ]
rust: [ nightly ]
container:
image: ${{ matrix.arch }}/rust
env:
Expand Down

0 comments on commit 5113c65

Please sign in to comment.