From 6a51921c54749ab46c6a186b93805f8510c71389 Mon Sep 17 00:00:00 2001 From: Gang Liao Date: Sat, 25 Dec 2021 12:00:30 -0500 Subject: [PATCH] ci: use the latest nightly rust version in ci Rust team fix the bug https://github.com/rust-lang/rust/issues/91689 --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index e55155bf..d92aa8c2 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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