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

Merge pull request #6870 from cakebaker/bump_msrv

Bump MSRV to `1.77`
This commit is contained in:
Sylvestre Ledru 2024-11-18 15:34:19 +01:00 committed by GitHub
commit bf05a3d138
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 6 additions and 6 deletions

View file

@ -16,7 +16,7 @@ repository = "https://github.com/uutils/coreutils"
readme = "README.md"
keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"]
categories = ["command-line-utilities"]
rust-version = "1.70.0"
rust-version = "1.77.0"
edition = "2021"
build = "build.rs"