File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- msrv = " 1.85 .0"
1+ msrv = " 1.88 .0"
22avoid-breaking-exported-api = false
33check-private-items = true
44cognitive-complexity-threshold = 24
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ name = "coreutils"
88description = " coreutils ~ GNU coreutils (updated); implemented as universal (cross-platform) utils, written in Rust"
99default-run = " coreutils"
1010repository = " https://github.com/uutils/coreutils"
11- rust-version = " 1.85 .0"
11+ rust-version = " 1.88 .0"
1212version.workspace = true
1313authors.workspace = true
1414license.workspace = true
Original file line number Diff line number Diff line change 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
7272uutils 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
You can’t perform that action at this time.
0 commit comments