Skip to content

Commit

Permalink
fix installer toolchain version overlooked during rust 1.83 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
acmorrow committed Jan 8, 2025
1 parent 0872293 commit 8008f43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.76.0
toolchain: 1.83.0
override: true
target: ${{ matrix.job.target }}
default: true
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.76.0
toolchain: 1.83.0
override: true
target: aarch64-unknown-linux-gnu
default: true
Expand Down

0 comments on commit 8008f43

Please sign in to comment.