From 53771b71c0d1a796adeec0f01e52cc92584a1a81 Mon Sep 17 00:00:00 2001 From: Steve Gordon Date: Mon, 19 Feb 2024 14:39:55 +0000 Subject: [PATCH] Update Rust (#2291) --- .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' }}"