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:
Kat Marchán 2020-07-18 10:31:58 -07:00
parent 6c859fb5cb
commit a2ad006750
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
2 changed files with 3 additions and 1 deletions

View File

@ -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:

View File

@ -30,6 +30,8 @@ Using [`cargo-edit`](https://crates.io/crates/cargo-edit)
`$ cargo add cacache`
Minimum supported Rust version is `1.43.0`.
## Documentation
- [API Docs](https://docs.rs/cacache)