From 7fe121cef5392b1a615142e32bc7693da2251ddd Mon Sep 17 00:00:00 2001 From: Trey Lowerison <19714082+tlowerison@users.noreply.github.com> Date: Sat, 4 Nov 2023 01:42:24 -0700 Subject: [PATCH] change CI/CD rust toolchain to nightly-2023-11-01 --- .github/workflows/continuous_deployment.yml | 2 +- .github/workflows/continuous_integration.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous_deployment.yml b/.github/workflows/continuous_deployment.yml index 07b2860..7a528fd 100644 --- a/.github/workflows/continuous_deployment.yml +++ b/.github/workflows/continuous_deployment.yml @@ -12,7 +12,7 @@ jobs: steps: # TODO: change to dtolnay/rust-toolchain@stable once 1.75.0 lands on stable - name: Install Rust toolchain - uses: dtolnay/rust-toolchain@1.75.0 + uses: dtolnay/rust-toolchain@nightly-2023-11-01 - uses: Swatinem/rust-cache@v2 with: diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index d8fb546..6841cb5 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -18,7 +18,7 @@ jobs: # TODO: change to dtolnay/rust-toolchain@stable once 1.75.0 lands on stable - name: Install Rust toolchain - uses: dtolnay/rust-toolchain@1.75.0 + uses: dtolnay/rust-toolchain@nightly-2023-11-01 with: components: clippy,rustfmt