Skip to content

Commit

Permalink
0.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Mar 10, 2024
1 parent 12f6d80 commit de1e682
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tree-sitter-javascript"
description = "JavaScript grammar for tree-sitter"
version = "0.20.3"
version = "0.20.4"
authors = [
"Max Brunsfeld <maxbrunsfeld@gmail.com>",
"Douglas Creager <dcreager@dcreager.net>",
Expand All @@ -24,4 +24,4 @@ path = "bindings/rust/lib.rs"
[dependencies]
tree-sitter = "~0.20.10"
[build-dependencies]
cc = "~1.0.83"
cc = "~1.0.90"
2 changes: 1 addition & 1 deletion bindings/rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ way.)
```toml
[dependencies]
tree-sitter = "~0.20.10"
tree-sitter-javascript = "~0.20.3"
tree-sitter-javascript = "~0.20.4"
```

Typically, you will use the [language][language func] function to add this
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tree-sitter-javascript",
"version": "0.20.3",
"version": "0.20.4",
"description": "JavaScript grammar for tree-sitter",
"main": "bindings/node",
"keywords": [
Expand Down

0 comments on commit de1e682

Please sign in to comment.