From 127fb34266854221c788f301bed45b176c10ec3f Mon Sep 17 00:00:00 2001 From: Liang-Chi Hsieh Date: Tue, 31 May 2022 18:45:46 -0700 Subject: [PATCH] Revert "Pin nightly version to bypass packed_simd build error (#1743)" This reverts commit 5cf06bf5abacd4d3aacdb12daa4845eaf90d04cb. --- .github/workflows/rust.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 67272053e6b2..a0456b365297 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -141,7 +141,7 @@ jobs: strategy: matrix: arch: [amd64] - rust: [nightly-2022-05-23] + rust: [nightly] container: image: ${{ matrix.arch }}/rust env: @@ -355,7 +355,7 @@ jobs: strategy: matrix: arch: [amd64] - rust: [nightly-2022-05-23] + rust: [nightly] container: image: ${{ matrix.arch }}/rust env: @@ -400,7 +400,7 @@ jobs: strategy: matrix: arch: [amd64] - rust: [nightly-2022-05-23] + rust: [nightly] container: image: ${{ matrix.arch }}/rust env: