Skip to content

Commit

Permalink
Update Rust toolchain to use the MSRV for Apple M1
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-ml authored Feb 10, 2024
1 parent 9711e7b commit fd7b8c9
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.76
toolchain: 1.54.0
target: ${{ matrix.target.triple }}
override: true

Expand Down

0 comments on commit fd7b8c9

Please sign in to comment.