From c782f405c33e9433963bce7092d850c3fb9772de Mon Sep 17 00:00:00 2001 From: 0xfourzerofour Date: Wed, 7 Aug 2024 11:47:24 -0400 Subject: [PATCH] feat(error): use 1.79.0 --- .github/workflows/unit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit.yaml b/.github/workflows/unit.yaml index b709cd4b5..2ffed4e9c 100644 --- a/.github/workflows/unit.yaml +++ b/.github/workflows/unit.yaml @@ -21,7 +21,7 @@ jobs: submodules: 'recursive' - name: Install toolchain - uses: dtolnay/rust-toolchain@stable + uses: dtolnay/rust-toolchain@1.79.0 with: components: llvm-tools-preview