Skip to content

Commit

Permalink
Remove clap color usage to reduce dependencies (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Dec 7, 2022
1 parent 045e7d5 commit 78fb3de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 133 deletions.
132 changes: 0 additions & 132 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 @@ -24,7 +24,7 @@ serde = { version = "1.0.139", features = ["derive"], optional = true }
serde_with = { version = "2.0.1", optional = true }
hex = { version = "0.4.3", optional = true }
arbitrary = {version = "1.1.3", features = ["derive"], optional = true}
clap = { version = "4.0.26", features = ["derive"], optional = true }
clap = { version = "4.0.26", default-features = false, features = ["std", "derive", "usage", "help"], optional = true }
serde_json = { version = "1.0.89", optional = true }
thiserror = { version = "1.0.37", optional = true }

Expand Down

0 comments on commit 78fb3de

Please sign in to comment.