chore: update tree-sitter (#22)

This commit is contained in:
Access 2024-02-22 14:22:55 +08:00 committed by GitHub
parent 73ab4b8e95
commit 3175c3f5fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "tree-sitter-cmake"
description = "cmake grammar for the tree-sitter parsing library"
version = "0.4.1"
version = "0.4.2"
keywords = ["incremental", "parsing", "cmake"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/uyha/tree-sitter-cmake"
@ -20,7 +20,7 @@ include = [
path = "bindings/rust/lib.rs"
[dependencies]
tree-sitter = "~0.20"
tree-sitter = "~0.21"
[build-dependencies]
cc = "1.0"

View file

@ -1,6 +1,6 @@
{
"name": "tree-sitter-cmake",
"version": "0.4.1",
"version": "0.4.2",
"description": "CMake grammar for tree-sitter",
"main": "bindings/node",
"author": "Uy Ha",
@ -18,6 +18,6 @@
}
],
"devDependencies": {
"tree-sitter-cli": "^0.20.6"
"tree-sitter-cli": "^0.21.0"
}
}