Skip to content

Commit feee325

Browse files
committed
Update MSRV to 1.88.0
1 parent 9a07b87 commit feee325

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.clippy.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
msrv = "1.85.0"
1+
msrv = "1.88.0"
22
avoid-breaking-exported-api = false
33
check-private-items = true
44
cognitive-complexity-threshold = 24

.github/workflows/CICD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
PROJECT_NAME: coreutils
1212
PROJECT_DESC: "Core universal (cross-platform) utilities"
1313
PROJECT_AUTH: "uutils"
14-
RUST_MIN_SRV: "1.85.0"
14+
RUST_MIN_SRV: "1.88.0"
1515
# * style job configuration
1616
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
1717

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = "coreutils"
88
description = "coreutils ~ GNU coreutils (updated); implemented as universal (cross-platform) utils, written in Rust"
99
default-run = "coreutils"
1010
repository = "https://github.com/uutils/coreutils"
11-
rust-version = "1.85.0"
11+
rust-version = "1.88.0"
1212
version.workspace = true
1313
authors.workspace = true
1414
license.workspace = true

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
[![dependency status](https://deps.rs/repo/github/uutils/coreutils/status.svg)](https://deps.rs/repo/github/uutils/coreutils)
1515

1616
[![CodeCov](https://codecov.io/gh/uutils/coreutils/branch/master/graph/badge.svg)](https://codecov.io/gh/uutils/coreutils)
17-
![MSRV](https://img.shields.io/badge/MSRV-1.85.0-brightgreen)
17+
![MSRV](https://img.shields.io/badge/MSRV-1.88.0-brightgreen)
1818

1919
</div>
2020

@@ -70,7 +70,7 @@ the [coreutils docs](https://github.com/uutils/uutils.github.io) repository.
7070
### Rust Version
7171

7272
uutils follows Rust's release channels and is tested against stable, beta and
73-
nightly. The current Minimum Supported Rust Version (MSRV) is `1.85.0`.
73+
nightly. The current Minimum Supported Rust Version (MSRV) is `1.88.0`.
7474

7575
## Building
7676

0 commit comments

Comments
 (0)