Skip to content

Commit

Permalink
ci: use the latest nightly rust version in ci
Browse files Browse the repository at this point in the history
Rust team fix the bug rust-lang/rust#91689
  • Loading branch information
gangliao committed Dec 25, 2021
1 parent 4e6dd6f commit 6a51921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2021-12-07
toolchain: nightly
override: true
components: rustfmt, clippy
- name: update umd-arrow
Expand Down

0 comments on commit 6a51921

Please sign in to comment.