From 25c7c2eca2e3ba1778f88d0a15fdd9b99e4aa51f Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Tue, 23 Aug 2022 00:03:34 +0000 Subject: [PATCH] Skip pinning cpufeatures, which has fixed its MSRV --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 429a020..3626feb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,6 @@ jobs: cargo update -p tokio-postgres --precise "0.7.5" --verbose cargo update -p postgres-types --precise "0.2.3" --verbose cargo update -p tokio --precise "1.14.1" --verbose - cargo update -p cpufeatures --precise "0.2.2" --verbose # https://github.com/RustCrypto/utils/issues/795 - name: Build on Rust ${{ matrix.toolchain }} run: | cargo build --verbose --color always -- 2.30.2