Skip to content

Commit

Permalink
update rust toolchain from 1.80 to 1.82
Browse files Browse the repository at this point in the history
  • Loading branch information
sezna committed Jan 23, 2025
1 parent 8b6ccc3 commit 704e23f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ado/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 704e23f

Please sign in to comment.