Skip to content

Commit

Permalink
Require clap derive explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikvanantwerpen committed May 12, 2023
1 parent 95934bb commit afd5f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages/tree-sitter-stack-graphs-ruby/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cli = ["anyhow", "clap", "tree-sitter-stack-graphs/cli"]

[dependencies]
anyhow = { version = "1.0", optional = true }
clap = { version = "4", optional = true }
clap = { version = "4", optional = true, features = ["derive"] }
tree-sitter-stack-graphs = { version = "0.6.0", path = "../../tree-sitter-stack-graphs" }
tree-sitter-ruby = "0.20.0"

Expand Down

0 comments on commit afd5f1a

Please sign in to comment.