From a1160d0f699cbfd5eb4dd16bf972460a19d678a5 Mon Sep 17 00:00:00 2001 From: Aleh Zasypkin Date: Wed, 10 Jan 2024 16:36:01 +0200 Subject: [PATCH] chore(ci): switch to `stable` Rust toolchain --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 528d19d..ba8f95f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - rust: [1.74] + rust: [stable] steps: - uses: actions/checkout@v3 name: Checkout