Force versions for all Rust Tools

This commit is contained in:
Jaby
2024-01-03 17:59:08 -06:00
committed by Jaby
parent f0423d3fa6
commit 7e4ecf8176
10 changed files with 24 additions and 24 deletions

View File

@@ -7,8 +7,8 @@ edition = "2021"
panic = "abort"
[dependencies]
clap = {version = "*", features = ["derive"]}
image = "*"
paste = "*"
png = "*"
clap = {version = "4.4.11", features = ["derive"]}
image = "0.24.7"
paste = "1.0.14"
png = "0.17.10"
tool_helper = {path = "../tool_helper"}