Skip to content

Commit

Permalink
feat: v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Apr 25, 2023
1 parent 9251b9e commit 5fd795a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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-pony"
description = "Pony grammar for tree-sitter"
version = "0.0.2"
version = "0.0.3"
authors = [
"Amaan Qureshi <amaanq12@gmail.com>",
"Matthias Wahl <matthiaswahl@m7w3.de>",
Expand All @@ -21,7 +21,7 @@ include = ["bindings/rust/*", "grammar.js", "queries/*", "src/*"]
path = "bindings/rust/lib.rs"

[dependencies]
tree-sitter = "~0.20.9"
tree-sitter = "~0.20.10"

[build-dependencies]
cc = "1.0"
4 changes: 2 additions & 2 deletions bindings/rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ way.)

```toml
[dependencies]
tree-sitter = "~0.20.9"
tree-sitter-pony = "0.0.2"
tree-sitter = "~0.20.10"
tree-sitter-pony = "0.0.3"
```

Typically, you will use the [language][language func] function to add this
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tree-sitter-pony",
"version": "0.0.2",
"version": "0.0.3",
"description": "Pony grammar for tree-sitter",
"main": "bindings/node",
"keywords": [
Expand All @@ -21,9 +21,9 @@
"nan": "^2.17.0"
},
"devDependencies": {
"eslint": "^8.36.0",
"eslint": "^8.39.0",
"eslint-config-google": "^0.14.0",
"tree-sitter-cli": "^0.20.7"
"tree-sitter-cli": "^0.20.8"
},
"repository": "https://github.com/amaanq/tree-sitter-pony",
"scripts": {
Expand Down

0 comments on commit 5fd795a

Please sign in to comment.