From 35f7202d2db883528843e9f628822f079d8d2d1b Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Sun, 14 Aug 2022 09:23:50 -0600 Subject: [PATCH] Use 1.56.1 as MSRV, not 1.56.0 Because the 1.56 docker image has 1.56.1 installed --- .cirrus.yml | 2 +- CHANGELOG.md | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index a531378f54..0ac0fa6fe0 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -9,7 +9,7 @@ env: RUSTDOCFLAGS: -D warnings TOOL: cargo # The MSRV - TOOLCHAIN: 1.56.0 + TOOLCHAIN: 1.56.1 ZFLAGS: # Tests that don't require executing the build binaries diff --git a/CHANGELOG.md b/CHANGELOG.md index da08824fac..56ab09fff2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ This project adheres to [Semantic Versioning](https://semver.org/). ### Changed -- The MSRV is now 1.56.0 +- The MSRV is now 1.56.1 ([#1792](https://github.com/nix-rust/nix/pull/1792)) ### Fixed diff --git a/README.md b/README.md index a528cc3462..7597ba0afc 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Tier 3: ## Minimum Supported Rust Version (MSRV) -nix is supported on Rust 1.56.0 and higher. Its MSRV will not be +nix is supported on Rust 1.56.1 and higher. Its MSRV will not be changed in the future without bumping the major or minor version. ## Contributing