From fe90d9b76912deb58fd92cacdae3449c619f5882 Mon Sep 17 00:00:00 2001 From: Matt Hunzinger Date: Thu, 20 Jun 2024 14:40:13 -0400 Subject: [PATCH] Use 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 c050bb57..f0286d17 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -110,7 +110,7 @@ jobs: - name: install stable uses: dtolnay/rust-toolchain@master with: - toolchain: "1.31.0" + toolchain: stable targets: ${{ matrix.platform.target }} components: rustfmt