From f7fef57a75f1539f7ef349030052fb8cdc10fb79 Mon Sep 17 00:00:00 2001 From: Qingping Hou Date: Wed, 23 Jun 2021 23:04:31 -0700 Subject: [PATCH] pin nightly version --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d438f92..8e2f710 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,8 +48,8 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: default - toolchain: nightly - # toolchain: nightly-2021-03-23 + # toolchain: nightly + toolchain: nightly-2021-03-24 override: true - name: Run tests run: cargo test --features simd