From 8b7807c63bfdcb08b5c05b6223bc454f0fdb7b1c Mon Sep 17 00:00:00 2001 From: Steve Gordon Date: Mon, 19 Feb 2024 14:08:47 +0000 Subject: [PATCH] Update Rust --- .github/workflows/install-dependencies/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/install-dependencies/action.yml b/.github/workflows/install-dependencies/action.yml index 80fea7da5..cc3e300fe 100644 --- a/.github/workflows/install-dependencies/action.yml +++ b/.github/workflows/install-dependencies/action.yml @@ -19,7 +19,7 @@ runs: - name: Rustup if: "${{ inputs.rust == 'true' }}" shell: bash - run: rustup default 1.67.1 + run: rustup default 1.69.0 # - name: Cargo make # if: "${{ inputs.rust == 'true' }}"