Skip to content

Commit

Permalink
Merge branch 'aleks/clap-up-v4' (#1580)
Browse files Browse the repository at this point in the history
* aleks/clap-up-v4:
  Add changelog
  Enable color output
  Update clap to latest v4
  Update clap to latest v3
  • Loading branch information
tzemanovic committed Jun 21, 2023
2 parents 9c3bc18 + 61fb64e commit cbfcffd
Show file tree
Hide file tree
Showing 5 changed files with 316 additions and 262 deletions.
2 changes: 2 additions & 0 deletions .changelog/unreleased/improvements/64-clap-up-v4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Update clap to the latest version.
([\#64](https://github.com/anoma/namada/issues/64))
154 changes: 94 additions & 60 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ byteorder = "1.4.2"
borsh = "0.9.0"
chrono = {version = "0.4.22", default-features = false, features = ["clock", "std"]}
circular-queue = "0.2.6"
clap = {git = "https://github.com/clap-rs/clap/", tag = "v3.0.0-beta.2", default-features = false, features = ["std", "suggestions", "color", "cargo"]}
clap = "4.3.4"
clru = {git = "https://github.com/marmeladema/clru-rs.git", rev = "71ca566"}
color-eyre = "0.5.10"
concat-idents = "1.1.2"
Expand Down
Loading

0 comments on commit cbfcffd

Please sign in to comment.