Switch to rust edition 2024

This commit is contained in:
Daniel Hofstetter
2025-04-01 11:19:11 +02:00
parent f1eb49937e
commit 6b2f3d5aa5
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
[package]
name = "uutils-args"
version = "0.1.0"
edition = "2021"
edition = "2024"
authors = ["Terts Diepraam"]
license = "MIT"
+2 -2
View File
@@ -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"
roff = "0.2.1"
+1 -1
View File
@@ -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