Skip to content

Commit

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

[dev-dependencies]
anyhow = "1.0"
tree-sitter-stack-graphs = { version = "0.6.0", path = "../../tree-sitter-stack-graphs", features = ["cli"] }
tree-sitter-stack-graphs = { version = "0.7.0", path = "../../tree-sitter-stack-graphs", features = ["cli"] }

0 comments on commit 37ac614

Please sign in to comment.