From 396eaccbf91309eeae305559d456b57c17d4b63d Mon Sep 17 00:00:00 2001 From: Ian Davis Date: Mon, 16 Sep 2024 11:18:40 -0700 Subject: [PATCH] Yay yaml --- .ado/release.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ado/release.yml b/.ado/release.yml index c27d1af7..cba36ca6 100644 --- a/.ado/release.yml +++ b/.ado/release.yml @@ -23,7 +23,7 @@ schedules: variables: CARGO_TERM_COLOR: always - RUST_TOOLCHAIN_VERSION: "1.80" + RUST_TOOLCHAIN_VERSION: "1.80.1" PYTHON_VERSION: "3.11" LLVM_VERSION: 14 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 64145ccf..8bf9ad89 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: - name: Setup rust toolchain uses: ./.github/actions/rust-toolchain with: - toolchain: 1.80 + toolchain: 1.80.1 components: rustfmt clippy - shell: pwsh run: |