Force versions for all Rust Tools

This commit is contained in:
2024-01-03 17:59:08 -06:00
parent cb304ff9bb
commit 593e8c72be
10 changed files with 24 additions and 24 deletions

View File

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