From 2bc19431883acc1fa287e32e68232a129297ed34 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 7608fcf5..4e8b81d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,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')