File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " tree-sitter-typescript"
3
3
description = " Typescript grammar for tree-sitter"
4
- version = " 0.20.5 "
4
+ version = " 0.20.6 "
5
5
authors = [
" Max Brunsfeld <[email protected] >" ]
6
6
license = " MIT"
7
7
readme = " bindings/rust/README.md"
@@ -29,4 +29,4 @@ path = "bindings/rust/lib.rs"
29
29
tree-sitter = " ~0.20.10"
30
30
31
31
[build-dependencies ]
32
- cc = " ~1.0.83 "
32
+ cc = " ~1.0.90 "
Original file line number Diff line number Diff line change 8
8
9
9
``` toml
10
10
[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 "
13
13
```
14
14
15
15
Typically, you will use the [ language] [ language func ] function to add this
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tree-sitter-typescript" ,
3
- "version" : " 0.20.5 " ,
3
+ "version" : " 0.20.6 " ,
4
4
"description" : " TypeScript grammar for tree-sitter" ,
5
5
"main" : " ./bindings/node" ,
6
6
"keywords" : [
You can’t perform that action at this time.
0 commit comments