From a2ad0067504100de399bfab9f2577403de1398c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Sat, 18 Jul 2020 10:31:58 -0700 Subject: [PATCH] bump minimum Rust version BREAKING CHANGE: This bumps the minimum Rust version from 1.39 to 1.43. Thanks, remove_dir_all! >:( --- .github/workflows/ci.yml | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e30ea5..bb57937 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: diff --git a/README.md b/README.md index eb9f735..3107535 100644 --- a/README.md +++ b/README.md @@ -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)