diff --git a/Cargo.toml b/Cargo.toml index 660520f..e9c6517 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uutils-args" version = "0.1.0" -edition = "2021" +edition = "2024" authors = ["Terts Diepraam"] license = "MIT" diff --git a/complete/Cargo.toml b/complete/Cargo.toml index 16c73d0..c9bae20 100644 --- a/complete/Cargo.toml +++ b/complete/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "uutils-args-complete" version = "0.1.0" -edition = "2021" +edition = "2024" authors = ["Terts Diepraam"] license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -roff = "0.2.1" \ No newline at end of file +roff = "0.2.1" diff --git a/derive/Cargo.toml b/derive/Cargo.toml index 1e6b1a3..0a2f39c 100644 --- a/derive/Cargo.toml +++ b/derive/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "uutils-args-derive" version = "0.1.0" -edition = "2021" +edition = "2024" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html