Correctly specify clap version

master
Edward Shen 2021-12-19 19:39:03 -08:00
parent b3bb1e0106
commit 3079c33e45
Signed by: edward
GPG Key ID: 19182661E818369F
1 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,6 @@ omegaupload-common = "0.1"
anyhow = "1"
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"] }
rpassword = "5"