File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " tree-sitter-bash"
3
3
description = " Bash grammar for tree-sitter"
4
- version = " 0.20.2 "
4
+ version = " 0.20.3 "
5
5
authors = [
" Max Brunsfeld <[email protected] " ]
6
6
license = " MIT"
7
7
readme = " bindings/rust/README.md"
@@ -21,4 +21,4 @@ path = "bindings/rust/lib.rs"
21
21
tree-sitter = " ~0.20.10"
22
22
23
23
[build-dependencies ]
24
- cc = " ~1.0.82 "
24
+ cc = " ~1.0.83 "
Original file line number Diff line number Diff line change 9
9
``` toml
10
10
[dependencies ]
11
11
tree-sitter = " 0.20.10"
12
- tree-sitter-bash = " 0.20.2 "
12
+ tree-sitter-bash = " 0.20.3 "
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-bash" ,
3
- "version" : " 0.20.2 " ,
3
+ "version" : " 0.20.3 " ,
4
4
"description" : " Bash grammar for tree-sitter" ,
5
5
"main" : " bindings/node" ,
6
6
"keywords" : [
You can’t perform that action at this time.
0 commit comments