Skip to content

Commit

Permalink
Merge pull request #41 from eval-exec/exec/fix-ci-rust-toolchain-install
Browse files Browse the repository at this point in the history
Install  `rust-toolchain` `v1.73` on CI workflow
  • Loading branch information
zhangsoledad authored Nov 22, 2023
2 parents 750ef54 + f0714ec commit 84479a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.67.0
toolchain: 1.73
components: rustfmt
profile: minimal
override: true
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Install rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.67.0
toolchain: 1.73
target: ${{ matrix.target }}
profile: minimal
override: true
Expand Down

0 comments on commit 84479a9

Please sign in to comment.