Skip to content

Commit

Permalink
Yay yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
idavis committed Sep 16, 2024
1 parent d746eec commit 396eacc
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"
RUST_TOOLCHAIN_VERSION: "1.80.1"
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 @@ -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: |
Expand Down

0 comments on commit 396eacc

Please sign in to comment.