From cc84356c4754e8871896ae8592f4ed34420beda1 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 24 Jul 2024 04:17:28 +0000 Subject: ci(actions): increase rustc release --- .github/workflows/check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index f277310..4889da4 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -20,7 +20,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: 1.73.0 + toolchain: 1.79.0 components: rustfmt, clippy override: true - name: Check ✅ -- cgit v1.2.3