Skip pinning cpufeatures, which has fixed its MSRV 2022-08-no-pin-cpufeatures
authorMatt Corallo <git@bluematt.me>
Tue, 23 Aug 2022 00:03:34 +0000 (00:03 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 23 Aug 2022 00:03:34 +0000 (00:03 +0000)
.github/workflows/build.yml

index 429a020f58387b3d9f8c17398f006f0a936b53e4..3626feb844e060ebc85b001289579b29c442ee78 100644 (file)
@@ -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