From 93186db7a46b2907c8052c2b9e2985c6ca775fb7 Mon Sep 17 00:00:00 2001 From: Angel Dijoux Date: Thu, 5 Dec 2024 19:31:15 +0100 Subject: [PATCH] ci: change rust toolchain version --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2533016..786bdf1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,7 +21,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: stable + toolchain: 1.82.0 components: rustfmt, clippy - uses: Swatinem/rust-cache@v2 - run: cargo fmt --all --check