Skip to content

Commit

Permalink
Upgrade clap to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceadams committed Jan 3, 2022
1 parent c1f43ec commit 68c1569
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
34 changes: 17 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yj"
version = "1.1.35"
version = "1.2.0"
authors = ["Bruce Adams <[email protected]>"]
categories = ["command-line-utilities"]
description = "Command line tool that converts YAML to JSON"
Expand All @@ -18,8 +18,8 @@ snafu = "0.6.10"

[dependencies.serde_json]
features = ["arbitrary_precision", "preserve_order"]
version = "1.0.73"
version = "1.0.74"

[dependencies.clap]
features = ["derive", "cargo", "wrap_help"]
version = "3.0.0-rc.8"
version = "3.0.0"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Simple command line tool to convert a YAML input file into a JSON output file.

```bash
$ yj --help
yj 1.1.35
yj 1.2.0

Command line tool that converts YAML to JSON

Expand Down

0 comments on commit 68c1569

Please sign in to comment.