Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Pinned nightly in SIMD tests (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecarleitao authored Sep 2, 2021
1 parent 3d7cc31 commit cef5f08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,8 @@ jobs:
key: ${{ runner.os }}-amd64-target-simd-cache-
- name: Setup toolchain
run: |
rustup toolchain install nightly
rustup default nightly
rustup toolchain install nightly-2021-08-30
rustup default nightly-2021-08-30
- name: Run
run: |
export CARGO_HOME="/github/home/.cargo"
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ itertools = { version = "^0.10", optional = true }

base64 = { version = "0.13.0", optional = true }

packed_simd = { version = "0.3.4", optional = true, package = "packed_simd_2" }
packed_simd = { version = "0.3", optional = true, package = "packed_simd_2" }

# to write to parquet as a stream
futures = { version = "0.3", optional = true }
Expand Down

0 comments on commit cef5f08

Please sign in to comment.