Correctly specify clap version
This commit is contained in:
parent
b3bb1e0106
commit
3079c33e45
1 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,6 @@ omegaupload-common = "0.1"
|
||||||
|
|
||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
atty = "0.2"
|
atty = "0.2"
|
||||||
clap = { version = "3.0.0-beta.7", features = ["derive"] }
|
clap = { version = "3.0.0-rc.7", features = ["derive"] }
|
||||||
reqwest = { version = "0.11", default-features = false, features = ["rustls-tls", "blocking"] }
|
reqwest = { version = "0.11", default-features = false, features = ["rustls-tls", "blocking"] }
|
||||||
rpassword = "5"
|
rpassword = "5"
|
Loading…
Reference in a new issue