Skip to content

Commit

Permalink
Update Rust toolchain with the MSRV to build on Apple Silicon (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-ml authored Feb 10, 2024
1 parent 2ae7e86 commit 857354c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.28
toolchain: 1.54.0
target: ${{ matrix.target.triple }}
override: true

Expand Down

0 comments on commit 857354c

Please sign in to comment.