From 64c73b34c9dc510851b916ea1399667d9724847d Mon Sep 17 00:00:00 2001 From: Aleh Zasypkin Date: Sat, 18 Nov 2023 22:19:32 +0100 Subject: [PATCH] fix(ci): pin to Rust 1.73 to workaround internal compiler error (ICE) in Rust 1.74 --- .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 ba8f95f..f237236 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - rust: [stable] + rust: [1.73] steps: - uses: actions/checkout@v3 name: Checkout