Skip to content

Commit

Permalink
update clap to stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
danydoerr committed Feb 10, 2022
1 parent a22e828 commit c3343d9
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 @@ -7,7 +7,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = {version = "3.0.0-rc.4", features = [ "derive" ] }
clap = {version = "3.0.14", features = [ "derive" ] }
rustc-hash = "1"
regex = "1"
handlegraph = "0.7.0-alpha.9"
Expand Down

0 comments on commit c3343d9

Please sign in to comment.