fix: publish 0.21.0 to registries

This commit is contained in:
Amaan Qureshi 2024-02-21 14:50:56 -05:00
parent 1c55abb530
commit a5b7c2a584
No known key found for this signature in database
GPG key ID: E67890ADC4227273
11 changed files with 96 additions and 29 deletions

4
Cargo.lock generated
View file

@ -1264,7 +1264,7 @@ dependencies = [
[[package]]
name = "tree-sitter"
version = "0.20.10"
version = "0.20.11"
dependencies = [
"bindgen",
"cc",
@ -1354,8 +1354,6 @@ dependencies = [
"serde",
"serde_json",
"tree-sitter",
"tree-sitter-highlight",
"tree-sitter-tags",
"which 6.0.0",
]