Skip to content

Commit

Permalink
Drop explicit tree-sitter version dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikvanantwerpen committed Oct 12, 2023
1 parent 03d755d commit 2e2e221
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion languages/tree-sitter-stack-graphs-javascript/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ clap = { version = "4", optional = true }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
stack-graphs = { version = "0.12", path = "../../stack-graphs" }
tree-sitter = "=0.20.9"
tree-sitter-stack-graphs = { version = "0.7", path = "../../tree-sitter-stack-graphs" }
tree-sitter-javascript = { git = "https://github.com/tree-sitter/tree-sitter-javascript", rev = "5720b249490b3c17245ba772f6be4a43edb4e3b7" }

Expand Down

0 comments on commit 2e2e221

Please sign in to comment.