From bb37f269f9d97f993aac0fa2ca5c5e2c6de63c29 Mon Sep 17 00:00:00 2001 From: tommie Date: Fri, 17 Feb 2023 15:18:38 +0100 Subject: [PATCH] Rust toolchain stable. This is supposed to be the default, but it errs out without it. --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4be26ca..19b0e32 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -39,6 +39,7 @@ jobs: - name: Install Rust uses: actions-rs/toolchain@v1 with: + toolchain: stable profile: minimal override: true