Force versions for all Rust Tools

This commit is contained in:
Jaby
2024-01-03 17:59:08 -06:00
parent da6e8e467b
commit 48e2e83a3b
10 changed files with 24 additions and 24 deletions

View File

@@ -7,8 +7,8 @@ edition = "2021"
panic = "abort"
[dependencies]
clap = {version = "*", features = ["derive"]}
crossterm = "*"
clap = {version = "4.4.11", features = ["derive"]}
crossterm = "0.27.0"
ratatui = "0.25.0"
readmap = {version = "*", path = "readmap"}
tool_helper = {version = "*", path = "../tool_helper"}
ratatui = "*"
tool_helper = {version = "*", path = "../tool_helper"}