Change "*" versions to explicit versions

Change "*" versions to explicit versions in Cargo.toml
pull/26/head
Seppel3210 2021-05-28 09:30:16 +02:00 committed by GitHub
parent 535093f0bc
commit 3cb187981d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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"