Update MSRV to fix CI issues
This commit is contained in:
parent
788e57254a
commit
b82ed638d7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue