Skip to content

Commit

Permalink
0.20.7
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Jan 22, 2024
1 parent d908b47 commit df6ac34
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
11 changes: 7 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
[package]
name = "tree-sitter-c"
description = "C grammar for the tree-sitter parsing library"
version = "0.20.6"
authors = ["Max Brunsfeld <maxbrunsfeld@gmail.com>"]
version = "0.20.7"
authors = [
"Max Brunsfeld <maxbrunsfeld@gmail.com>",
"Amaan Qureshi <amaanq12@gmail.com",
]
license = "MIT"
readme = "bindings/rust/README.md"
keywords = ["incremental", "parsing", "c"]
Expand All @@ -18,7 +21,7 @@ include = ["bindings/rust/*", "grammar.js", "queries/*", "src/*"]
path = "bindings/rust/lib.rs"

[dependencies]
tree-sitter = "0.20.10"
tree-sitter = "~0.20.10"

[build-dependencies]
cc = "~1.0"
cc = "~1.0.83"
2 changes: 1 addition & 1 deletion bindings/rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ way.)
```toml
[dependencies]
tree-sitter = "0.20.10"
tree-sitter-c = "0.20.6"
tree-sitter-c = "0.20.7"
```

Typically, you will use the [language][language func] function to add this
Expand Down
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tree-sitter-c",
"version": "0.20.6",
"version": "0.20.7",
"description": "C grammar for node-tree-sitter",
"main": "bindings/node",
"keywords": [
Expand All @@ -12,13 +12,16 @@
"type": "git",
"url": "https://github.com/tree-sitter/tree-sitter-c.git"
},
"author": "Max Brunsfeld",
"author": "Max Brunsfeld <maxbrunsfeld@gmail.com>",
"contributors": [
"Amaan Qureshi <amaanq12@gmail.com>"
],
"license": "MIT",
"dependencies": {
"nan": "^2.18.0"
},
"devDependencies": {
"eslint": "^8.51.0",
"eslint": "^8.56.0",
"eslint-config-google": "^0.14.0",
"tree-sitter-cli": "^0.20.8"
},
Expand Down

0 comments on commit df6ac34

Please sign in to comment.