Skip to content

Commit

Permalink
Merge pull request #1285 from getlipa/ci/bump-rust-version-for-releas…
Browse files Browse the repository at this point in the history
…e-deployment-action

Bump Rust version for release builds
  • Loading branch information
gcomte authored Nov 29, 2024
2 parents 34081e0 + 2473d84 commit 20d6349
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.77.1
toolchain: 1.83.0
profile: minimal
override: true
target: ${{ matrix.target }}
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Install rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.77.1
toolchain: 1.83.0
profile: minimal
override: true
target: ${{ matrix.target }}
Expand Down Expand Up @@ -409,7 +409,7 @@ jobs:
- name: Install rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.77.1
toolchain: 1.83.0
profile: minimal
override: true
- name: Install Protoc
Expand Down

0 comments on commit 20d6349

Please sign in to comment.