Force versions for all Rust Tools
This commit is contained in:
@@ -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"}
|
@@ -6,5 +6,5 @@ edition = "2021"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
num-traits = "*"
|
||||
num-traits = "0.2.17"
|
||||
tool_helper = {version = "*", path = "../../tool_helper"}
|
Reference in New Issue
Block a user