From 37109480080377f1aced6877575c4fd80feb00e5 Mon Sep 17 00:00:00 2001 From: AHQ Miness Date: Fri, 11 Oct 2024 11:31:30 +0530 Subject: [PATCH] Pin to rust 1.80 --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 2dfe23b5a..d68af9aee 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Rust - run: rustup install stable + run: rustup install 1.80 - name: Build run: |