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

bump clap from 3.1.18 to 3.2.15

This commit is contained in:
Daniel Hofstetter 2022-07-29 09:18:03 +02:00
parent 35f6e2a53a
commit fc4544c42b
108 changed files with 218 additions and 223 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.56.0" ## MSRV v1.56.0
RUST_MIN_SRV: "1.56.1" ## MSRV v1.56.1
# * 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