Skip to content

Commit 3d56517

Browse files
xtqqczzecakebaker
authored andcommitted
Add rust-version field to all Cargo.toml files
1 parent 5fa809f commit 3d56517

File tree

116 files changed

+119
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+119
-2
lines changed

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ name = "coreutils"
88
description = "coreutils ~ GNU coreutils (updated); implemented as universal (cross-platform) utils, written in Rust"
99
default-run = "coreutils"
1010
repository = "https://github.com/uutils/coreutils"
11-
rust-version = "1.88.0"
11+
edition.workspace = true
12+
rust-version.workspace = true
1213
version.workspace = true
1314
authors.workspace = true
1415
license.workspace = true
1516
homepage.workspace = true
1617
keywords.workspace = true
1718
categories.workspace = true
18-
edition.workspace = true
1919

2020
[package.metadata.docs.rs]
2121
all-features = true
@@ -303,6 +303,7 @@ members = [
303303
authors = ["uutils developers"]
304304
categories = ["command-line-utilities"]
305305
edition = "2024"
306+
rust-version = "1.88.0"
306307
homepage = "https://github.com/uutils/coreutils"
307308
keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"]
308309
license = "MIT"

fuzz/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.0.0"
44
description = "uutils ~ 'core' uutils fuzzers"
55
repository = "https://github.com/uutils/coreutils/tree/main/fuzz/"
66
edition.workspace = true
7+
rust-version.workspace = true
78
license.workspace = true
89
publish = false
910

@@ -13,6 +14,7 @@ members = ["."]
1314

1415
[workspace.package]
1516
edition = "2024"
17+
rust-version = "1.88.0"
1618
license = "MIT"
1719

1820
[package.metadata]

fuzz/uufuzz/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ description = "uutils ~ 'core' uutils fuzzing library"
55
repository = "https://github.com/uutils/coreutils/tree/main/fuzz/uufuzz"
66
version = "0.6.0"
77
edition.workspace = true
8+
rust-version.workspace = true
89
license.workspace = true
910

1011
[dependencies]

src/uu/arch/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ homepage.workspace = true
99
keywords.workspace = true
1010
categories.workspace = true
1111
edition.workspace = true
12+
rust-version.workspace = true
1213
readme.workspace = true
1314

1415
[lints]

src/uu/b2sum/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ homepage.workspace = true
99
keywords.workspace = true
1010
categories.workspace = true
1111
edition.workspace = true
12+
rust-version.workspace = true
1213
readme.workspace = true
1314

1415
[lints]

src/uu/base32/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ homepage.workspace = true
99
keywords.workspace = true
1010
categories.workspace = true
1111
edition.workspace = true
12+
rust-version.workspace = true
1213
readme.workspace = true
1314

1415
[lints]

src/uu/base64/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ homepage.workspace = true
99
keywords.workspace = true
1010
categories.workspace = true
1111
edition.workspace = true
12+
rust-version.workspace = true
1213
readme.workspace = true
1314

1415
[lints]

src/uu/basename/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ homepage.workspace = true
99
keywords.workspace = true
1010
categories.workspace = true
1111
edition.workspace = true
12+
rust-version.workspace = true
1213
readme.workspace = true
1314

1415
[lints]

src/uu/basenc/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ homepage.workspace = true
99
keywords.workspace = true
1010
categories.workspace = true
1111
edition.workspace = true
12+
rust-version.workspace = true
1213
readme.workspace = true
1314

1415
[lints]

src/uu/cat/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ homepage.workspace = true
99
keywords.workspace = true
1010
categories.workspace = true
1111
edition.workspace = true
12+
rust-version.workspace = true
1213
readme.workspace = true
1314

1415
[lints]

0 commit comments

Comments
 (0)