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

change msrv to 1.54

This commit is contained in:
Terts Diepraam 2022-01-15 11:08:07 +01:00
parent fd5310411e
commit 783170c9d8
3 changed files with 33 additions and 22 deletions

View file

@ -13,7 +13,7 @@ env:
PROJECT_NAME: coreutils
PROJECT_DESC: "Core universal (cross-platform) utilities"
PROJECT_AUTH: "uutils"
RUST_MIN_SRV: "1.47.0" ## MSRV v1.47.0
RUST_MIN_SRV: "1.54.0" ## MSRV v1.54.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