Pin tree-sitter to the 0.20.10 release (#8396)

This commit is contained in:
Michael Davis 2023-10-25 11:08:46 -05:00 committed by GitHub
parent b5d691a5d7
commit 2ebcc4dbeb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 4 deletions

3
Cargo.lock generated
View file

@ -2260,7 +2260,8 @@ dependencies = [
[[package]]
name = "tree-sitter"
version = "0.20.10"
source = "git+https://github.com/tree-sitter/tree-sitter?rev=ab09ae20d640711174b8da8a654f6b3dec93da1a#ab09ae20d640711174b8da8a654f6b3dec93da1a"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e747b1f9b7b931ed39a548c1fae149101497de3c1fc8d9e18c62c1a66c683d3d"
dependencies = [
"cc",
"regex",