Skip to content

Commit

Permalink
Update tsg version
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikvanantwerpen committed Nov 15, 2023
1 parent 37ac614 commit 7e5b158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages/tree-sitter-stack-graphs-python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ cli = ["anyhow", "clap", "tree-sitter-stack-graphs/cli"]
[dependencies]
anyhow = { version = "1.0", optional = true }
clap = { version = "4", optional = true, features = ["derive"] }
tree-sitter-graph = "0.10.4"
tree-sitter-graph = "0.11"
tree-sitter-stack-graphs = { version = "0.7.0", path = "../../tree-sitter-stack-graphs" }
tree-sitter-python = "0.20.2"

Expand Down

0 comments on commit 7e5b158

Please sign in to comment.