From 39421ac56e90e17ecc166658e11b8c8c8221f50e Mon Sep 17 00:00:00 2001 From: QueenOfSquiggles <8940604+QueenOfSquiggles@users.noreply.github.com> Date: Sat, 10 Aug 2024 10:58:22 -0500 Subject: [PATCH] Update rust.yml Focus on supporting both stable and nightly --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index d9e40c3..44f08d7 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: os: [windows-latest, ubuntu-latest, macos-latest] - toolchain: [stable, nightly, "1.71.1"] + toolchain: [stable, nightly] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2