From 6b2f3d5aa58c1c467f4bd692c86954ac8efad2ec Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Tue, 1 Apr 2025 11:19:11 +0200 Subject: [PATCH] Switch to rust edition 2024 --- Cargo.toml | 2 +- complete/Cargo.toml | 4 ++-- derive/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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