Skip to content

Commit

Permalink
Use 1.56.1 as MSRV, not 1.56.0
Browse files Browse the repository at this point in the history
Because the 1.56 docker image has 1.56.1 installed
  • Loading branch information
asomers committed Aug 14, 2022
1 parent a585d99 commit 35f7202
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down

0 comments on commit 35f7202

Please sign in to comment.