mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Python: Shorten tree-sitter-python directory name
The current name results in a path that is more than 260 characters long, and this causes issues for the build on Windows.
This commit is contained in:
@@ -17,7 +17,7 @@ smallvec = { version="1.6", features=["union"] }
|
||||
thiserror = "1.0"
|
||||
tree-sitter = "0.20.4"
|
||||
tree-sitter-graph = "0.7.0"
|
||||
tree-sitter-python = {path = "tree-sitter-python"}
|
||||
tree-sitter-python = {path = "tsp"}
|
||||
clap = "2.32"
|
||||
|
||||
[dependencies.string-interner]
|
||||
|
||||
Reference in New Issue
Block a user