1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

Bump MSRV to 1.82.0

Fixes #7393.
This commit is contained in:
Nicolas Boichat 2025-03-04 09:46:46 +01:00
parent 0936cee9d5
commit a43fd11266
3 changed files with 4 additions and 4 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.79.0"
RUST_MIN_SRV: "1.82.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