diff --git a/.clippy.toml b/.clippy.toml index 56ce04e44..64b5fef25 100644 --- a/.clippy.toml +++ b/.clippy.toml @@ -1 +1 @@ -msrv = "1.56.1" +msrv = "1.59.0" diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index e0680c8ac..58be456e7 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -13,7 +13,7 @@ env: PROJECT_NAME: coreutils PROJECT_DESC: "Core universal (cross-platform) utilities" PROJECT_AUTH: "uutils" - RUST_MIN_SRV: "1.56.1" ## MSRV v1.56.1 + RUST_MIN_SRV: "1.59.0" ## MSRV v1.59.0 # * style job configuration STYLE_FAIL_ON_FAULT: true ## (bool) fail the build if a style job contains a fault (error or warning); may be overridden on a per-job basis diff --git a/README.md b/README.md index dcd1f4b9e..0bf8ca039 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![dependency status](https://deps.rs/repo/github/uutils/coreutils/status.svg)](https://deps.rs/repo/github/uutils/coreutils) [![CodeCov](https://codecov.io/gh/uutils/coreutils/branch/master/graph/badge.svg)](https://codecov.io/gh/uutils/coreutils) -![MSRV](https://img.shields.io/badge/MSRV-1.56.1-brightgreen) +![MSRV](https://img.shields.io/badge/MSRV-1.59.0-brightgreen) ----------------------------------------------- @@ -52,7 +52,7 @@ Both can also be generated locally, the instructions for that can be found in th ### Rust Version uutils follows Rust's release channels and is tested against stable, beta and nightly. -The current Minimum Supported Rust Version (MSRV) is `1.56.1`. +The current Minimum Supported Rust Version (MSRV) is `1.59.0`. ## Building