From b031ec046f9fad7498f5e3e8d55dc77ab08e7d5e Mon Sep 17 00:00:00 2001 From: Alex Co Date: Tue, 5 Nov 2024 11:35:01 +0800 Subject: [PATCH] Pinning Rust version Signed-off-by: Alex Co --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fce20229..fabbbb0c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,6 +25,7 @@ jobs: - name: Setup Rust uses: dtolnay/rust-toolchain@stable with: + toolchain: 1.81.0 components: rustfmt, clippy - name: Check formatting