mirror of
https://github.com/uutils/coreutils
synced 2024-12-04 18:39:52 +00:00
Bump MSRV to 1.70
This commit is contained in:
parent
7c7a6083d9
commit
f0923094d2
4 changed files with 5 additions and 5 deletions
|
@ -1,2 +1,2 @@
|
|||
msrv = "1.64.0"
|
||||
msrv = "1.70.0"
|
||||
cognitive-complexity-threshold = 10
|
||||
|
|
2
.github/workflows/CICD.yml
vendored
2
.github/workflows/CICD.yml
vendored
|
@ -11,7 +11,7 @@ env:
|
|||
PROJECT_NAME: coreutils
|
||||
PROJECT_DESC: "Core universal (cross-platform) utilities"
|
||||
PROJECT_AUTH: "uutils"
|
||||
RUST_MIN_SRV: "1.64.0"
|
||||
RUST_MIN_SRV: "1.70.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
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ repository = "https://github.com/uutils/coreutils"
|
|||
readme = "README.md"
|
||||
keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"]
|
||||
categories = ["command-line-utilities"]
|
||||
rust-version = "1.64.0"
|
||||
rust-version = "1.70.0"
|
||||
edition = "2021"
|
||||
|
||||
build = "build.rs"
|
||||
|
|
|
@ -14,7 +14,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.64.0-brightgreen)
|
||||
![MSRV](https://img.shields.io/badge/MSRV-1.70.0-brightgreen)
|
||||
|
||||
</div>
|
||||
|
||||
|
@ -71,7 +71,7 @@ the [coreutils docs](https://github.com/uutils/uutils.github.io) repository.
|
|||
### 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.64.0`.
|
||||
nightly. The current Minimum Supported Rust Version (MSRV) is `1.70.0`.
|
||||
|
||||
## Building
|
||||
|
||||
|
|
Loading…
Reference in a new issue