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

@ -84,8 +84,8 @@ thiserror = "1.0.29"
time = "0.3"
tiny_http = "0.8"
toml = "0.5"
tree-sitter = "0.19.5"
tree-sitter-rust = "0.19.0"
tree-sitter = "0.20.0"
tree-sitter-rust = "0.20.0"
url = "2.2"
[dev-dependencies]