Skip to content

Commit

Permalink
cargo: update clap dependency spec with git@tag (fixes #20 #25 #28)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwisiswant0 committed Dec 1, 2022
1 parent 21f7a49 commit 66a4f2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ppfuzz"
version = "1.0.1"
version = "1.0.2"
authors = ["Dwi Siswanto <me@dw1.io>"]
edition = "2018"
description = """
Expand All @@ -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"

0 comments on commit 66a4f2f

Please sign in to comment.