diff --git a/Cargo.toml b/Cargo.toml index a3724ef..a781962 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ppfuzz" -version = "1.0.1" +version = "1.0.2" authors = ["Dwi Siswanto "] edition = "2018" description = """ @@ -22,7 +22,7 @@ readme = "README.md" async-std = "1.9" atty = "0.2" chromiumoxide = "0.3.1" -clap = { version = "3.0.0-beta.2", features = ["yaml"] } +clap = { git = "https://github.com/clap-rs/clap.git", tag = "v3.0.0-beta.2", features = ["yaml"] } colored = "2" futures = "0.3" url = "2.2"