Skip to content

Commit

Permalink
cargo: add clap version
Browse files Browse the repository at this point in the history
  • Loading branch information
dwisiswant0 committed Dec 1, 2022
1 parent 9925565 commit 80982ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ readme = "README.md"
async-std = "1.9"
atty = "0.2"
chromiumoxide = "0.3.1"
clap = { git = "https://github.com/clap-rs/clap.git", tag = "v3.0.0-beta.2", features = ["yaml"] }
clap = { git = "https://github.com/clap-rs/clap.git", version = "3.0.0-beta.2", tag = "v3.0.0-beta.2", features = ["yaml"] }
colored = "2"
futures = "0.3"
url = "2.2"

0 comments on commit 80982ec

Please sign in to comment.