mirror of https://github.com/zkat/cacache-rs.git
Update the required Rust version to 1.66.1
The first 2021 edition was version 1.56. I am guessing that the intent was to test on the version that was stable at the time of latest version release.
This commit is contained in:
parent
89668d9689
commit
9d6014f30d
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
rust: [1.54.0, stable]
|
||||
rust: [1.66.1, stable]
|
||||
os: [ubuntu-latest, macOS-latest, windows-latest]
|
||||
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in New Issue