From b8c49bb7064ffae1d14a376c76f171f8e673009f Mon Sep 17 00:00:00 2001 From: Pit Kleyersburg Date: Tue, 19 Dec 2023 11:44:45 +0100 Subject: [PATCH] chore: bump MSRV to 1.67.0 --- .github/workflows/ci.yml | 2 +- CHANGELOG.md | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae1966f4..0d489b58 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: - stable - beta - # MSRV - 1.60.0 + 1.67.0 target: - "" continue-on-error: diff --git a/CHANGELOG.md b/CHANGELOG.md index b70c1fa9..1137910f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ [shiplift]: https://github.com/softprops/shiplift [bollard]: https://github.com/fussybeaver/bollard -* Bump minimum supported Rust version to 1.60.0 (from 1.46.0). +* Bump minimum supported Rust version to 1.67.0 (from 1.46.0). (Required after updating dependencies.) diff --git a/README.md b/README.md index b1435e6a..d7bc30d6 100644 --- a/README.md +++ b/README.md @@ -355,7 +355,7 @@ In general, the versioning scheme for DFW follows the semantic versioning guidel Special cases: -* A bump in the minimum supported Rust version (MSRV), which for DFW currently is 1.60.0, will be done in minor version updates (i.e. they do not require a major version bump). +* A bump in the minimum supported Rust version (MSRV), which for DFW currently is 1.67.0, will be done in minor version updates (i.e. they do not require a major version bump). * DFW is available both as a binary for direct use and as a library on [crates.io](https://crates.io/crates/dfw). The target audience of DFW are the users of the binary, and support for the library's public API is only provided on a best-effort basis.