Skip to content

Commit

Permalink
Merge pull request #155 from PaulDotSH/bump-MSRV-fix-ci
Browse files Browse the repository at this point in the history
Update MSRV to fix CI issues
  • Loading branch information
vthg2themax authored Jun 11, 2024
2 parents 788e572 + b82ed63 commit 33108a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
toolchain: beta
- os: ubuntu-latest
target: x86_64-unknown-linux-gnu
toolchain: 1.60.0 # MSRV
toolchain: 1.66.0 # MSRV
- os: ubuntu-latest
deps: sudo apt update ; sudo apt install gcc-multilib
target: i686-unknown-linux-gnu
Expand Down

0 comments on commit 33108a2

Please sign in to comment.