From 074d1b9b3e426ee1facc88d583c38c0f9c5f7b28 Mon Sep 17 00:00:00 2001 From: Afr Schoe <58883403+q9f@users.noreply.github.com> Date: Tue, 29 Mar 2022 10:56:52 +0200 Subject: [PATCH] ci: enable rustc version trinity for builds --- .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 876f38ae622e..349713509bdc 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -124,7 +124,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - rv: [1.58.1, stable] + rv: [1.58.1, stable, beta, nightly] steps: - name: Cancel Previous Runs uses: styfle/cancel-workflow-action@0.9.1