1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 03:57:44 +00:00

bump msrv to 1.60

This commit is contained in:
Terts Diepraam 2022-10-01 13:56:28 +02:00
parent af13472223
commit f8f3ae3c65
4 changed files with 5 additions and 5 deletions

View file

@ -11,7 +11,7 @@ env:
PROJECT_NAME: coreutils
PROJECT_DESC: "Core universal (cross-platform) utilities"
PROJECT_AUTH: "uutils"
RUST_MIN_SRV: "1.59.0" ## MSRV v1.59.0
RUST_MIN_SRV: "1.60.0" ## MSRV v1.60.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