Skip to content

Commit

Permalink
Bump rust version for installer build
Browse files Browse the repository at this point in the history
  • Loading branch information
acmorrow committed Oct 25, 2024
1 parent 627cb59 commit fe2e073
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.75.0
toolchain: 1.76.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.75.0
toolchain: 1.76.0
override: true
target: aarch64-unknown-linux-gnu
default: true
Expand Down

0 comments on commit fe2e073

Please sign in to comment.