Skip to content

Commit

Permalink
0.20.6
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Mar 10, 2024
1 parent 784672e commit b00b8eb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "tree-sitter-typescript"
description = "Typescript grammar for tree-sitter"
version = "0.20.5"
version = "0.20.6"
authors = ["Max Brunsfeld <maxbrunsfeld@gmail.com>"]
license = "MIT"
readme = "bindings/rust/README.md"
Expand Down Expand Up @@ -29,4 +29,4 @@ path = "bindings/rust/lib.rs"
tree-sitter = "~0.20.10"

[build-dependencies]
cc = "~1.0.83"
cc = "~1.0.90"
4 changes: 2 additions & 2 deletions bindings/rust/README.md
Expand Up @@ -8,8 +8,8 @@ way.)

```toml
[dependencies]
tree-sitter = "~0.20.10"
tree-sitter-typescript = "~0.20.5"
tree-sitter = "0.20.10"
tree-sitter-typescript = "0.20.6"
```

Typically, you will use the [language][language func] function to add this
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "tree-sitter-typescript",
"version": "0.20.5",
"version": "0.20.6",
"description": "TypeScript grammar for tree-sitter",
"main": "./bindings/node",
"keywords": [
Expand Down

0 comments on commit b00b8eb

Please sign in to comment.