Skip to content

Commit b00b8eb

Browse files
committed
0.20.6
1 parent 784672e commit b00b8eb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tree-sitter-typescript"
33
description = "Typescript grammar for tree-sitter"
4-
version = "0.20.5"
4+
version = "0.20.6"
55
authors = ["Max Brunsfeld <[email protected]>"]
66
license = "MIT"
77
readme = "bindings/rust/README.md"
@@ -29,4 +29,4 @@ path = "bindings/rust/lib.rs"
2929
tree-sitter = "~0.20.10"
3030

3131
[build-dependencies]
32-
cc = "~1.0.83"
32+
cc = "~1.0.90"

bindings/rust/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ way.)
88

99
```toml
1010
[dependencies]
11-
tree-sitter = "~0.20.10"
12-
tree-sitter-typescript = "~0.20.5"
11+
tree-sitter = "0.20.10"
12+
tree-sitter-typescript = "0.20.6"
1313
```
1414

1515
Typically, you will use the [language][language func] function to add this

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tree-sitter-typescript",
3-
"version": "0.20.5",
3+
"version": "0.20.6",
44
"description": "TypeScript grammar for tree-sitter",
55
"main": "./bindings/node",
66
"keywords": [

0 commit comments

Comments
 (0)