mirror of https://github.com/zkat/cacache-rs.git
bump minimum Rust version
BREAKING CHANGE: This bumps the minimum Rust version from 1.39 to 1.43. Thanks, remove_dir_all! >:(
This commit is contained in:
parent
6c859fb5cb
commit
a2ad006750
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
rust: [1.39.0, stable]
|
||||
rust: [1.43.0, stable]
|
||||
os: [ubuntu-latest, macOS-latest, windows-latest]
|
||||
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in New Issue