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 Feb 27, 2023
1 parent 62765fe commit 8ad93a7
Show file tree
Hide file tree
Showing 2 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-starlark"
description = "Starlark grammar for tree-sitter"
version = "0.0.2"
version = "0.0.3"
authors = ["Amaan Qureshi <amaanq12@gmail.com>"]
license = "MIT"
readme = "bindings/rust/README.md"
Expand All @@ -18,7 +18,7 @@ include = ["bindings/rust/*", "grammar.js", "queries/*", "src/*"]
path = "bindings/rust/lib.rs"

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

[build-dependencies]
cc = "1.0"
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tree-sitter-starlark",
"version": "0.0.2",
"version": "0.0.3",
"description": "Starlark grammar for tree-sitter",
"main": "bindings/node",
"keywords": [
Expand Down Expand Up @@ -29,9 +29,9 @@
"repository": "https://github.com/amaanq/tree-sitter-starlark",
"scripts": {
"build": "tree-sitter generate && node-gyp build",
"test": "tree-sitter test && script/parse-examples",
"lint": "eslint grammar.js",
"parse": "tree-sitter parse",
"test": "tree-sitter test && script/parse-examples",
"test-windows": "tree-sitter test"
},
"tree-sitter": [
Expand Down

0 comments on commit 8ad93a7

Please sign in to comment.