Upgrade tree-sitter to 0.20.1

This commit is contained in:
Max Brunsfeld 2021-12-05 21:37:08 -08:00
parent a13e2518b8
commit 026c3476db
8 changed files with 15 additions and 26 deletions

View file

@ -7,12 +7,7 @@ edition = "2018"
path = "src/workspace.rs"
[features]
test-support = [
"client/test-support",
"project/test-support",
"tree-sitter",
"tree-sitter-rust",
]
test-support = ["client/test-support", "project/test-support"]
[dependencies]
client = { path = "../client" }
@ -23,13 +18,9 @@ theme = { path = "../theme" }
anyhow = "1.0.38"
log = "0.4"
postage = { version = "0.4.1", features = ["futures-traits"] }
tree-sitter = { version = "0.19.5", optional = true }
tree-sitter-rust = { version = "0.19.0", optional = true }
[dev-dependencies]
client = { path = "../client", features = ["test-support"] }
gpui = { path = "../gpui", features = ["test-support"] }
project = { path = "../project", features = ["test-support"] }
serde_json = { version = "1.0.64", features = ["preserve_order"] }
tree-sitter = "0.19.5"
tree-sitter-rust = "0.19.0"