From 9c033ce10141d891fac51603fc67c07ce72d75bf Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Fri, 16 Feb 2024 17:51:48 +0100 Subject: [PATCH] Pin `ahash` in CI (#3498) Co-authored-by: Kirill Chibisov --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2dab89f10..15fd84830 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: - name: Generate lockfile # Also updates the crates.io index - run: cargo generate-lockfile + run: cargo generate-lockfile && cargo update -p ahash --precise 0.8.7 - name: Install GCC Multilib if: (matrix.platform.os == 'ubuntu-latest') && contains(matrix.platform.target, 'i686')