Change "*" versions to explicit versions
Change "*" versions to explicit versions in Cargo.toml
This commit is contained in:
parent
e02edbbd16
commit
d52c775ed1
|
@ -7,7 +7,7 @@ edition = "2018"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
clap = "*"
|
||||
clap = "2.33"
|
||||
logos = "0.12"
|
||||
rand = "*"
|
||||
rand = "0.8"
|
||||
rustyline = "8.0.0"
|
||||
|
|
Loading…
Reference in a new issue