From b79f36dbaddee3b418a6fa2bd56c83c363998aa5 Mon Sep 17 00:00:00 2001 From: Carlos Scheidegger <285675+cscheid@users.noreply.github.com> Date: Wed, 18 Sep 2024 10:54:30 -0700 Subject: [PATCH] Update main.yml Another rustc version update --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6c78473..a66aab8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,7 +36,7 @@ jobs: - name: Install rust uses: hecrj/setup-rust-action@v1 with: - rust-version: '1.60.0' + rust-version: '1.81.0' - name: Log versions run: |