mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
bump the Minimum Supported Rust Version to 1.59.0
Needed for os_str_bytes & time: ``` error: package `os_str_bytes v6.3.0` cannot be built because it requires rustc 1.57.0 or newer, while the currently active rustc version is 1.56.1 error: package `time v0.3.14` cannot be built because it requires rustc 1.59.0 or newer, while the currently active rustc version is 1.56.1 ```
This commit is contained in:
+1
-1
@@ -1 +1 @@
|
||||
msrv = "1.56.1"
|
||||
msrv = "1.59.0"
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
[](https://deps.rs/repo/github/uutils/coreutils)
|
||||
|
||||
[](https://codecov.io/gh/uutils/coreutils)
|
||||

|
||||

|
||||
|
||||
-----------------------------------------------
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user