Update rust versions

This commit is contained in:
2024-12-31 18:57:47 +01:00
parent ef24403f6e
commit 2f0197ad08
13 changed files with 95 additions and 59 deletions

View File

@@ -7,5 +7,5 @@ edition = "2021"
panic = "abort"
[dependencies]
clap = {version = "4.4.11", features = ["derive"]}
clap = {version = "4.5.23", features = ["derive"]}
tool_helper = {path = "../tool_helper"}