diff --git a/.ado/release.yml b/.ado/release.yml index cba36ca6..3e1229dd 100644 --- a/.ado/release.yml +++ b/.ado/release.yml @@ -23,7 +23,7 @@ schedules: variables: CARGO_TERM_COLOR: always - RUST_TOOLCHAIN_VERSION: "1.80.1" + RUST_TOOLCHAIN_VERSION: "1.82.0" PYTHON_VERSION: "3.11" LLVM_VERSION: 14 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae709bb4..b2b4a9ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: - name: Setup rust toolchain uses: ./.github/actions/rust-toolchain with: - toolchain: 1.80.1 + toolchain: 1.82.0 components: rustfmt clippy - shell: pwsh run: |