Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fdeb68a

Browse files
committedOct 4, 2021
Bump crate versions in Rust README
1 parent affe3fc commit fdeb68a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎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.19"
12-
tree-sitter-javascript = "0.19"
11+
tree-sitter = "0.20"
12+
tree-sitter-javascript = "0.20"
1313
```
1414

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

0 commit comments

Comments
 (0)
Please sign in to comment.