From: Matt Corallo Date: Tue, 8 Nov 2022 01:06:51 +0000 (+0000) Subject: Pin once_cell to 1.14 to fix MSRV X-Git-Url: http://git.bitcoin.ninja/?a=commitdiff_plain;h=5921ed903776f0af2acf6f772f773a4d06ea6aa6;p=rapid-gossip-sync-server Pin once_cell to 1.14 to fix MSRV --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3626feb..4ebe48c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,6 +36,7 @@ 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 once_cell --precise "1.14.0" --verbose - name: Build on Rust ${{ matrix.toolchain }} run: | cargo build --verbose --color always