diff --git a/Cargo.toml b/Cargo.toml index d253149b3cf..d7111c911b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,14 +8,14 @@ name = "coreutils" description = "coreutils ~ GNU coreutils (updated); implemented as universal (cross-platform) utils, written in Rust" default-run = "coreutils" repository = "https://github.com/uutils/coreutils" -rust-version = "1.88.0" +edition.workspace = true +rust-version.workspace = true version.workspace = true authors.workspace = true license.workspace = true homepage.workspace = true keywords.workspace = true categories.workspace = true -edition.workspace = true [package.metadata.docs.rs] all-features = true @@ -303,6 +303,7 @@ members = [ authors = ["uutils developers"] categories = ["command-line-utilities"] edition = "2024" +rust-version = "1.88.0" homepage = "https://github.com/uutils/coreutils" keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] license = "MIT" diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 6d5e2d4d602..81edb902c71 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -4,6 +4,7 @@ version = "0.0.0" description = "uutils ~ 'core' uutils fuzzers" repository = "https://github.com/uutils/coreutils/tree/main/fuzz/" edition.workspace = true +rust-version.workspace = true license.workspace = true publish = false @@ -13,6 +14,7 @@ members = ["."] [workspace.package] edition = "2024" +rust-version = "1.88.0" license = "MIT" [package.metadata] diff --git a/fuzz/uufuzz/Cargo.toml b/fuzz/uufuzz/Cargo.toml index 5e66b0b4907..3c224099892 100644 --- a/fuzz/uufuzz/Cargo.toml +++ b/fuzz/uufuzz/Cargo.toml @@ -5,6 +5,7 @@ description = "uutils ~ 'core' uutils fuzzing library" repository = "https://github.com/uutils/coreutils/tree/main/fuzz/uufuzz" version = "0.6.0" edition.workspace = true +rust-version.workspace = true license.workspace = true [dependencies] diff --git a/src/uu/arch/Cargo.toml b/src/uu/arch/Cargo.toml index 39a2410baae..b906a392972 100644 --- a/src/uu/arch/Cargo.toml +++ b/src/uu/arch/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/b2sum/Cargo.toml b/src/uu/b2sum/Cargo.toml index 81f6f51fc69..866d3558fce 100644 --- a/src/uu/b2sum/Cargo.toml +++ b/src/uu/b2sum/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/base32/Cargo.toml b/src/uu/base32/Cargo.toml index 2318911b517..bec73709c1d 100644 --- a/src/uu/base32/Cargo.toml +++ b/src/uu/base32/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/base64/Cargo.toml b/src/uu/base64/Cargo.toml index 67442ec2244..38742d357e3 100644 --- a/src/uu/base64/Cargo.toml +++ b/src/uu/base64/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/basename/Cargo.toml b/src/uu/basename/Cargo.toml index 9fe4adc03e3..00230ea768f 100644 --- a/src/uu/basename/Cargo.toml +++ b/src/uu/basename/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/basenc/Cargo.toml b/src/uu/basenc/Cargo.toml index f68a0f11086..c36eb9c23e1 100644 --- a/src/uu/basenc/Cargo.toml +++ b/src/uu/basenc/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/cat/Cargo.toml b/src/uu/cat/Cargo.toml index 7dbd1ecbf32..880972fa6d4 100644 --- a/src/uu/cat/Cargo.toml +++ b/src/uu/cat/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/chcon/Cargo.toml b/src/uu/chcon/Cargo.toml index b18da48f804..71e2c70e109 100644 --- a/src/uu/chcon/Cargo.toml +++ b/src/uu/chcon/Cargo.toml @@ -9,6 +9,7 @@ license.workspace = true homepage.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/checksum_common/Cargo.toml b/src/uu/checksum_common/Cargo.toml index b8f99e82149..428e7c4256b 100644 --- a/src/uu/checksum_common/Cargo.toml +++ b/src/uu/checksum_common/Cargo.toml @@ -8,6 +8,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/chgrp/Cargo.toml b/src/uu/chgrp/Cargo.toml index 2a629542b29..f6989c88c5f 100644 --- a/src/uu/chgrp/Cargo.toml +++ b/src/uu/chgrp/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/chmod/Cargo.toml b/src/uu/chmod/Cargo.toml index e1be6896fb8..7ac7d832313 100644 --- a/src/uu/chmod/Cargo.toml +++ b/src/uu/chmod/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/chown/Cargo.toml b/src/uu/chown/Cargo.toml index d11be8c44f2..211475c3f64 100644 --- a/src/uu/chown/Cargo.toml +++ b/src/uu/chown/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/chroot/Cargo.toml b/src/uu/chroot/Cargo.toml index d251c98231d..4b91c1a1f3b 100644 --- a/src/uu/chroot/Cargo.toml +++ b/src/uu/chroot/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/cksum/Cargo.toml b/src/uu/cksum/Cargo.toml index 5f509e31335..37212eec890 100644 --- a/src/uu/cksum/Cargo.toml +++ b/src/uu/cksum/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/comm/Cargo.toml b/src/uu/comm/Cargo.toml index 8f8f6fba70a..5f1436e4488 100644 --- a/src/uu/comm/Cargo.toml +++ b/src/uu/comm/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/cp/Cargo.toml b/src/uu/cp/Cargo.toml index 592b9cba9a3..79e00d6bb0b 100644 --- a/src/uu/cp/Cargo.toml +++ b/src/uu/cp/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/csplit/Cargo.toml b/src/uu/csplit/Cargo.toml index b07c47648db..e2aeab2abb6 100644 --- a/src/uu/csplit/Cargo.toml +++ b/src/uu/csplit/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/cut/Cargo.toml b/src/uu/cut/Cargo.toml index f7ea5b203c0..e45672e5424 100644 --- a/src/uu/cut/Cargo.toml +++ b/src/uu/cut/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/date/Cargo.toml b/src/uu/date/Cargo.toml index 3cf27595e24..c1a6040358e 100644 --- a/src/uu/date/Cargo.toml +++ b/src/uu/date/Cargo.toml @@ -10,6 +10,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/dd/Cargo.toml b/src/uu/dd/Cargo.toml index 5d5819c302d..9b9b8b6494d 100644 --- a/src/uu/dd/Cargo.toml +++ b/src/uu/dd/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/df/Cargo.toml b/src/uu/df/Cargo.toml index 0b0df72683a..48b793145e0 100644 --- a/src/uu/df/Cargo.toml +++ b/src/uu/df/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/dir/Cargo.toml b/src/uu/dir/Cargo.toml index 9bbec793b40..79cac6e9915 100644 --- a/src/uu/dir/Cargo.toml +++ b/src/uu/dir/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/dircolors/Cargo.toml b/src/uu/dircolors/Cargo.toml index 077d4e59e21..393b3f42f03 100644 --- a/src/uu/dircolors/Cargo.toml +++ b/src/uu/dircolors/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/dirname/Cargo.toml b/src/uu/dirname/Cargo.toml index 85fc99a1c1f..76db2b955a2 100644 --- a/src/uu/dirname/Cargo.toml +++ b/src/uu/dirname/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/du/Cargo.toml b/src/uu/du/Cargo.toml index 99bb5a5def2..06f996edc33 100644 --- a/src/uu/du/Cargo.toml +++ b/src/uu/du/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/echo/Cargo.toml b/src/uu/echo/Cargo.toml index 30ce94bbe52..09babded44a 100644 --- a/src/uu/echo/Cargo.toml +++ b/src/uu/echo/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/env/Cargo.toml b/src/uu/env/Cargo.toml index b2e4208b982..b6b5a8cce8a 100644 --- a/src/uu/env/Cargo.toml +++ b/src/uu/env/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/expand/Cargo.toml b/src/uu/expand/Cargo.toml index 8776557d320..694c47e10b4 100644 --- a/src/uu/expand/Cargo.toml +++ b/src/uu/expand/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/expr/Cargo.toml b/src/uu/expr/Cargo.toml index bdea6669836..037286d5283 100644 --- a/src/uu/expr/Cargo.toml +++ b/src/uu/expr/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/factor/Cargo.toml b/src/uu/factor/Cargo.toml index 15d09f7a01b..988e809d060 100644 --- a/src/uu/factor/Cargo.toml +++ b/src/uu/factor/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/false/Cargo.toml b/src/uu/false/Cargo.toml index 55a46e98e8f..46e119b2882 100644 --- a/src/uu/false/Cargo.toml +++ b/src/uu/false/Cargo.toml @@ -10,6 +10,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/fmt/Cargo.toml b/src/uu/fmt/Cargo.toml index 78fa1cdeacb..e882966afca 100644 --- a/src/uu/fmt/Cargo.toml +++ b/src/uu/fmt/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/fold/Cargo.toml b/src/uu/fold/Cargo.toml index 845ce2c9698..e4e36b20593 100644 --- a/src/uu/fold/Cargo.toml +++ b/src/uu/fold/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/groups/Cargo.toml b/src/uu/groups/Cargo.toml index f86b5652f4b..a94827160a4 100644 --- a/src/uu/groups/Cargo.toml +++ b/src/uu/groups/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/head/Cargo.toml b/src/uu/head/Cargo.toml index 2c0e18c1af2..353404a775a 100644 --- a/src/uu/head/Cargo.toml +++ b/src/uu/head/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/hostid/Cargo.toml b/src/uu/hostid/Cargo.toml index 2a0bdc449d3..f4a6414f5b7 100644 --- a/src/uu/hostid/Cargo.toml +++ b/src/uu/hostid/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/hostname/Cargo.toml b/src/uu/hostname/Cargo.toml index 4077143bc1c..2a5b8952909 100644 --- a/src/uu/hostname/Cargo.toml +++ b/src/uu/hostname/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/id/Cargo.toml b/src/uu/id/Cargo.toml index de1752df1b3..ce31a65f5e9 100644 --- a/src/uu/id/Cargo.toml +++ b/src/uu/id/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/install/Cargo.toml b/src/uu/install/Cargo.toml index 9eb7679a404..41d1af3d1eb 100644 --- a/src/uu/install/Cargo.toml +++ b/src/uu/install/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/join/Cargo.toml b/src/uu/join/Cargo.toml index 8599c5c6adf..0f5cd8a2c9d 100644 --- a/src/uu/join/Cargo.toml +++ b/src/uu/join/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/kill/Cargo.toml b/src/uu/kill/Cargo.toml index 10de8379d35..0b20e594f89 100644 --- a/src/uu/kill/Cargo.toml +++ b/src/uu/kill/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/link/Cargo.toml b/src/uu/link/Cargo.toml index 6c23e965b28..c1da6b5e085 100644 --- a/src/uu/link/Cargo.toml +++ b/src/uu/link/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/ln/Cargo.toml b/src/uu/ln/Cargo.toml index 6cae47f788f..6527ee89a2b 100644 --- a/src/uu/ln/Cargo.toml +++ b/src/uu/ln/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/logname/Cargo.toml b/src/uu/logname/Cargo.toml index 67e0b5be9b9..8d1e1796271 100644 --- a/src/uu/logname/Cargo.toml +++ b/src/uu/logname/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/ls/Cargo.toml b/src/uu/ls/Cargo.toml index 0b53e8749f8..a82ad13c397 100644 --- a/src/uu/ls/Cargo.toml +++ b/src/uu/ls/Cargo.toml @@ -11,6 +11,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/md5sum/Cargo.toml b/src/uu/md5sum/Cargo.toml index 23ee431aff0..de269a0991f 100644 --- a/src/uu/md5sum/Cargo.toml +++ b/src/uu/md5sum/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/mkdir/Cargo.toml b/src/uu/mkdir/Cargo.toml index b2723e1cfbc..6e2e082d044 100644 --- a/src/uu/mkdir/Cargo.toml +++ b/src/uu/mkdir/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/mkfifo/Cargo.toml b/src/uu/mkfifo/Cargo.toml index ece4838101c..594b91ae764 100644 --- a/src/uu/mkfifo/Cargo.toml +++ b/src/uu/mkfifo/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/mknod/Cargo.toml b/src/uu/mknod/Cargo.toml index a32aa3e9aa8..2ea3daddc96 100644 --- a/src/uu/mknod/Cargo.toml +++ b/src/uu/mknod/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/mktemp/Cargo.toml b/src/uu/mktemp/Cargo.toml index 651db9e21b0..5c42d14b6b7 100644 --- a/src/uu/mktemp/Cargo.toml +++ b/src/uu/mktemp/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/more/Cargo.toml b/src/uu/more/Cargo.toml index bee3ff755f8..5057cee8a18 100644 --- a/src/uu/more/Cargo.toml +++ b/src/uu/more/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/mv/Cargo.toml b/src/uu/mv/Cargo.toml index 0ed038fe6e4..5cba2d472ae 100644 --- a/src/uu/mv/Cargo.toml +++ b/src/uu/mv/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/nice/Cargo.toml b/src/uu/nice/Cargo.toml index 00f96718eb5..58dfb69f6af 100644 --- a/src/uu/nice/Cargo.toml +++ b/src/uu/nice/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/nl/Cargo.toml b/src/uu/nl/Cargo.toml index 82d06cc7fe1..5818dfa9193 100644 --- a/src/uu/nl/Cargo.toml +++ b/src/uu/nl/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/nohup/Cargo.toml b/src/uu/nohup/Cargo.toml index 50eb258a9f8..4b9d0213b9b 100644 --- a/src/uu/nohup/Cargo.toml +++ b/src/uu/nohup/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/nproc/Cargo.toml b/src/uu/nproc/Cargo.toml index 641fc413e1c..496a8409f60 100644 --- a/src/uu/nproc/Cargo.toml +++ b/src/uu/nproc/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/numfmt/Cargo.toml b/src/uu/numfmt/Cargo.toml index fed39ad68f3..765d4dcce0d 100644 --- a/src/uu/numfmt/Cargo.toml +++ b/src/uu/numfmt/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/od/Cargo.toml b/src/uu/od/Cargo.toml index 13d12a413c6..31cdc8c78d0 100644 --- a/src/uu/od/Cargo.toml +++ b/src/uu/od/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/paste/Cargo.toml b/src/uu/paste/Cargo.toml index ca0efa67c28..76f0919da11 100644 --- a/src/uu/paste/Cargo.toml +++ b/src/uu/paste/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/pathchk/Cargo.toml b/src/uu/pathchk/Cargo.toml index b75bfab51fe..dcf6ced6000 100644 --- a/src/uu/pathchk/Cargo.toml +++ b/src/uu/pathchk/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/pinky/Cargo.toml b/src/uu/pinky/Cargo.toml index acb0eb20793..5fc84f3bd94 100644 --- a/src/uu/pinky/Cargo.toml +++ b/src/uu/pinky/Cargo.toml @@ -11,6 +11,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/pr/Cargo.toml b/src/uu/pr/Cargo.toml index 4eb7539ddf7..e3953c62bf6 100644 --- a/src/uu/pr/Cargo.toml +++ b/src/uu/pr/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/printenv/Cargo.toml b/src/uu/printenv/Cargo.toml index 09f073ffca5..b7397563679 100644 --- a/src/uu/printenv/Cargo.toml +++ b/src/uu/printenv/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/printf/Cargo.toml b/src/uu/printf/Cargo.toml index 05d033fc681..dfeacb30eda 100644 --- a/src/uu/printf/Cargo.toml +++ b/src/uu/printf/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/ptx/Cargo.toml b/src/uu/ptx/Cargo.toml index 44dbf9a5ed0..0e2d7ac8e3c 100644 --- a/src/uu/ptx/Cargo.toml +++ b/src/uu/ptx/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/pwd/Cargo.toml b/src/uu/pwd/Cargo.toml index 1a1fabcfaeb..5d34c0c2315 100644 --- a/src/uu/pwd/Cargo.toml +++ b/src/uu/pwd/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/readlink/Cargo.toml b/src/uu/readlink/Cargo.toml index 31d3d851caf..a4b92b6f02d 100644 --- a/src/uu/readlink/Cargo.toml +++ b/src/uu/readlink/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/realpath/Cargo.toml b/src/uu/realpath/Cargo.toml index d0a37a8b41f..af675def19f 100644 --- a/src/uu/realpath/Cargo.toml +++ b/src/uu/realpath/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/rm/Cargo.toml b/src/uu/rm/Cargo.toml index cf53e032388..e04b0e52d11 100644 --- a/src/uu/rm/Cargo.toml +++ b/src/uu/rm/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/rmdir/Cargo.toml b/src/uu/rmdir/Cargo.toml index 6001af169cc..2841e341225 100644 --- a/src/uu/rmdir/Cargo.toml +++ b/src/uu/rmdir/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/runcon/Cargo.toml b/src/uu/runcon/Cargo.toml index fdb2f51746d..6ed1c2e3d82 100644 --- a/src/uu/runcon/Cargo.toml +++ b/src/uu/runcon/Cargo.toml @@ -6,6 +6,7 @@ keywords = ["coreutils", "uutils", "cli", "utility"] authors.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true homepage.workspace = true license.workspace = true version.workspace = true diff --git a/src/uu/seq/Cargo.toml b/src/uu/seq/Cargo.toml index cdc1c29af88..87b6a52e14f 100644 --- a/src/uu/seq/Cargo.toml +++ b/src/uu/seq/Cargo.toml @@ -10,6 +10,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/sha1sum/Cargo.toml b/src/uu/sha1sum/Cargo.toml index 7cb6aceabd9..0704d6ba6ba 100644 --- a/src/uu/sha1sum/Cargo.toml +++ b/src/uu/sha1sum/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/sha224sum/Cargo.toml b/src/uu/sha224sum/Cargo.toml index 3436c9d2bd3..6120aad802e 100644 --- a/src/uu/sha224sum/Cargo.toml +++ b/src/uu/sha224sum/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/sha256sum/Cargo.toml b/src/uu/sha256sum/Cargo.toml index 43a5c857765..6a93bf91639 100644 --- a/src/uu/sha256sum/Cargo.toml +++ b/src/uu/sha256sum/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/sha384sum/Cargo.toml b/src/uu/sha384sum/Cargo.toml index ff9d5787132..00e9f5472bf 100644 --- a/src/uu/sha384sum/Cargo.toml +++ b/src/uu/sha384sum/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/sha512sum/Cargo.toml b/src/uu/sha512sum/Cargo.toml index 281544adba0..cf204df6902 100644 --- a/src/uu/sha512sum/Cargo.toml +++ b/src/uu/sha512sum/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/shred/Cargo.toml b/src/uu/shred/Cargo.toml index 59f0fb6c26f..6ebecb01ab8 100644 --- a/src/uu/shred/Cargo.toml +++ b/src/uu/shred/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/shuf/Cargo.toml b/src/uu/shuf/Cargo.toml index bfe41d46eab..d59f022e1af 100644 --- a/src/uu/shuf/Cargo.toml +++ b/src/uu/shuf/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/sleep/Cargo.toml b/src/uu/sleep/Cargo.toml index bf97f856f36..ccd878bd407 100644 --- a/src/uu/sleep/Cargo.toml +++ b/src/uu/sleep/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/sort/Cargo.toml b/src/uu/sort/Cargo.toml index e487a1bfe49..2aba9c73b83 100644 --- a/src/uu/sort/Cargo.toml +++ b/src/uu/sort/Cargo.toml @@ -11,6 +11,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/split/Cargo.toml b/src/uu/split/Cargo.toml index 2c51bb7807a..d9878b47b64 100644 --- a/src/uu/split/Cargo.toml +++ b/src/uu/split/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/stat/Cargo.toml b/src/uu/stat/Cargo.toml index 21adecd90af..d01a713ec3c 100644 --- a/src/uu/stat/Cargo.toml +++ b/src/uu/stat/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/stdbuf/Cargo.toml b/src/uu/stdbuf/Cargo.toml index 8027961998d..b0742e89db5 100644 --- a/src/uu/stdbuf/Cargo.toml +++ b/src/uu/stdbuf/Cargo.toml @@ -10,6 +10,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/stdbuf/src/libstdbuf/Cargo.toml b/src/uu/stdbuf/src/libstdbuf/Cargo.toml index 8a92fcbb56a..2e76b2ee6dc 100644 --- a/src/uu/stdbuf/src/libstdbuf/Cargo.toml +++ b/src/uu/stdbuf/src/libstdbuf/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true [lints] workspace = true diff --git a/src/uu/stty/Cargo.toml b/src/uu/stty/Cargo.toml index 94812b2acc2..f6c472a891d 100644 --- a/src/uu/stty/Cargo.toml +++ b/src/uu/stty/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/sum/Cargo.toml b/src/uu/sum/Cargo.toml index 983a7208cb8..b3b923ec2ea 100644 --- a/src/uu/sum/Cargo.toml +++ b/src/uu/sum/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/sync/Cargo.toml b/src/uu/sync/Cargo.toml index 6d00339abb3..21df8266dce 100644 --- a/src/uu/sync/Cargo.toml +++ b/src/uu/sync/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/tac/Cargo.toml b/src/uu/tac/Cargo.toml index 82ec5c5bc78..e65ff6c889c 100644 --- a/src/uu/tac/Cargo.toml +++ b/src/uu/tac/Cargo.toml @@ -11,6 +11,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/tail/Cargo.toml b/src/uu/tail/Cargo.toml index f01b4f603f9..5e11a54119c 100644 --- a/src/uu/tail/Cargo.toml +++ b/src/uu/tail/Cargo.toml @@ -10,6 +10,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/tee/Cargo.toml b/src/uu/tee/Cargo.toml index 38a946edf5e..9be41804aa8 100644 --- a/src/uu/tee/Cargo.toml +++ b/src/uu/tee/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/test/Cargo.toml b/src/uu/test/Cargo.toml index 3348efd7b4c..002e42fd098 100644 --- a/src/uu/test/Cargo.toml +++ b/src/uu/test/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/timeout/Cargo.toml b/src/uu/timeout/Cargo.toml index e0f3db17109..90a0b378c4a 100644 --- a/src/uu/timeout/Cargo.toml +++ b/src/uu/timeout/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/touch/Cargo.toml b/src/uu/touch/Cargo.toml index 1bde504fb7b..9f66c3795c7 100644 --- a/src/uu/touch/Cargo.toml +++ b/src/uu/touch/Cargo.toml @@ -10,6 +10,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/tr/Cargo.toml b/src/uu/tr/Cargo.toml index 0ab2ca9dd60..e470db1ce5b 100644 --- a/src/uu/tr/Cargo.toml +++ b/src/uu/tr/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/true/Cargo.toml b/src/uu/true/Cargo.toml index 468edddc212..c77ad1ba762 100644 --- a/src/uu/true/Cargo.toml +++ b/src/uu/true/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/truncate/Cargo.toml b/src/uu/truncate/Cargo.toml index 07ab63e6db4..c2bd3714953 100644 --- a/src/uu/truncate/Cargo.toml +++ b/src/uu/truncate/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/tsort/Cargo.toml b/src/uu/tsort/Cargo.toml index 74209a62f06..84a31349643 100644 --- a/src/uu/tsort/Cargo.toml +++ b/src/uu/tsort/Cargo.toml @@ -10,6 +10,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/tty/Cargo.toml b/src/uu/tty/Cargo.toml index 77165c60581..fe5a97b07e7 100644 --- a/src/uu/tty/Cargo.toml +++ b/src/uu/tty/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/uname/Cargo.toml b/src/uu/uname/Cargo.toml index f640412e233..fe704f96e94 100644 --- a/src/uu/uname/Cargo.toml +++ b/src/uu/uname/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/unexpand/Cargo.toml b/src/uu/unexpand/Cargo.toml index d7ea1533b92..81e44d92074 100644 --- a/src/uu/unexpand/Cargo.toml +++ b/src/uu/unexpand/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/uniq/Cargo.toml b/src/uu/uniq/Cargo.toml index 0bd19782717..a484c2a14aa 100644 --- a/src/uu/uniq/Cargo.toml +++ b/src/uu/uniq/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/unlink/Cargo.toml b/src/uu/unlink/Cargo.toml index 85d66875177..8f9adc52d95 100644 --- a/src/uu/unlink/Cargo.toml +++ b/src/uu/unlink/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/uptime/Cargo.toml b/src/uu/uptime/Cargo.toml index 0260390266f..3d078fabba4 100644 --- a/src/uu/uptime/Cargo.toml +++ b/src/uu/uptime/Cargo.toml @@ -11,6 +11,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/users/Cargo.toml b/src/uu/users/Cargo.toml index fa311e74ac4..3a68307e307 100644 --- a/src/uu/users/Cargo.toml +++ b/src/uu/users/Cargo.toml @@ -11,6 +11,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/vdir/Cargo.toml b/src/uu/vdir/Cargo.toml index 63097cdec07..a9b6c51916b 100644 --- a/src/uu/vdir/Cargo.toml +++ b/src/uu/vdir/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/wc/Cargo.toml b/src/uu/wc/Cargo.toml index ae9bb6e899b..b4c2005af2b 100644 --- a/src/uu/wc/Cargo.toml +++ b/src/uu/wc/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/who/Cargo.toml b/src/uu/who/Cargo.toml index fdb5dd41dfc..c4cf5145b38 100644 --- a/src/uu/who/Cargo.toml +++ b/src/uu/who/Cargo.toml @@ -12,6 +12,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/whoami/Cargo.toml b/src/uu/whoami/Cargo.toml index 80e1358277f..fe88d640770 100644 --- a/src/uu/whoami/Cargo.toml +++ b/src/uu/whoami/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/yes/Cargo.toml b/src/uu/yes/Cargo.toml index 33623c7c9f1..b8703bb55d1 100644 --- a/src/uu/yes/Cargo.toml +++ b/src/uu/yes/Cargo.toml @@ -9,6 +9,7 @@ homepage.workspace = true keywords.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true readme.workspace = true [lints] diff --git a/src/uucore/Cargo.toml b/src/uucore/Cargo.toml index d18d0630ed5..a914f911741 100644 --- a/src/uucore/Cargo.toml +++ b/src/uucore/Cargo.toml @@ -7,6 +7,7 @@ repository = "https://github.com/uutils/coreutils/tree/main/src/uucore" authors.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true homepage.workspace = true keywords.workspace = true license.workspace = true diff --git a/src/uucore_procs/Cargo.toml b/src/uucore_procs/Cargo.toml index 956813592a1..a8c76441c7e 100644 --- a/src/uucore_procs/Cargo.toml +++ b/src/uucore_procs/Cargo.toml @@ -6,6 +6,7 @@ keywords = ["cross-platform", "proc-macros", "uucore", "uutils"] # categories = ["os"] authors.workspace = true edition.workspace = true +rust-version.workspace = true homepage.workspace = true license.workspace = true version.workspace = true diff --git a/tests/uutests/Cargo.toml b/tests/uutests/Cargo.toml index 457930b4e2e..56ccab13b96 100644 --- a/tests/uutests/Cargo.toml +++ b/tests/uutests/Cargo.toml @@ -7,6 +7,7 @@ repository = "https://github.com/uutils/coreutils/tree/main/tests/uutests" authors.workspace = true categories.workspace = true edition.workspace = true +rust-version.workspace = true homepage.workspace = true keywords.workspace = true license.workspace = true