Skip to content

Commit ba43ee4

Browse files
committed
Cargo.toml: set edition to 2024
1 parent 06a4cda commit ba43ee4

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ repository = "https://github.com/uutils/acl"
1616
readme = "README.md"
1717
keywords = ["acl", "uutils", "cross-platform", "cli", "utility"]
1818
categories = ["command-line-utilities"]
19-
rust-version = "1.70.0"
20-
edition = "2021"
19+
edition = "2024"
2120

2221
build = "build.rs"
2322

src/uu/chacl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "uu_chacl"
33
version = "0.0.1"
4-
edition = "2021"
4+
edition = "2024"
55
authors = ["uutils developers"]
66
license = "MIT"
77
description = "chacl ~ (uutils) Change the access control list of a file or directory"

src/uu/getfacl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ homepage = "https://github.com/uutils/acl"
99
repository = "https://github.com/uutils/acl/tree/main/src/uu/setfacl"
1010
keywords = ["acl", "uutils", "cross-platform", "cli", "utility"]
1111
categories = ["command-line-utilities"]
12-
edition = "2021"
12+
edition = "2024"
1313

1414
[dependencies]
1515
uucore = { workspace = true }

src/uu/setfacl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ homepage = "https://github.com/uutils/acl"
99
repository = "https://github.com/uutils/acl/tree/main/src/uu/setfacl"
1010
keywords = ["acl", "uutils", "cross-platform", "cli", "utility"]
1111
categories = ["command-line-utilities"]
12-
edition = "2021"
12+
edition = "2024"
1313

1414
[dependencies]
1515
uucore = { workspace = true }

0 commit comments

Comments
 (0)