From 5921ed903776f0af2acf6f772f773a4d06ea6aa6 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Tue, 8 Nov 2022 01:06:51 +0000 Subject: [PATCH] Pin once_cell to 1.14 to fix MSRV --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2