Skip to content

Commit

Permalink
Sync with winglang/wing (#4)
Browse files Browse the repository at this point in the history
Co-authored-by: MarkMcCulloh <[email protected]>
  • Loading branch information
github-actions[bot] and MarkMcCulloh authored Apr 15, 2024
1 parent 5b6c2a5 commit d66dd90
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 23 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tree-sitter-wing"
description = "Wing grammar for tree-sitter"
version = "0.70.8"
version = "0.70.11"
license = "MIT"
readme = "README.md"
keywords = ["incremental", "parsing", "tree-sitter", "wing"]
Expand All @@ -17,8 +17,7 @@ include = ["bindings/rust/*", "grammar.js", "queries/*", "src/*"]
path = "bindings/rust/lib.rs"

[dependencies]
# Waiting for https://github.com/tree-sitter/tree-sitter/pull/3293 to be released
tree-sitter = { git = "https://github.com/tree-sitter/tree-sitter.git", rev = "a7a47d561d4e64eaf226f93c4d68076afa67fdda" }
tree-sitter = "0.22.5"

[build-dependencies]
cc = "1.0.87"
2 changes: 1 addition & 1 deletion Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 0 additions & 12 deletions bindings/rust/build.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@winglang/tree-sitter-wing",
"version": "0.70.8",
"version": "0.70.11",
"description": "winglang grammar for tree-sitter",
"main": "bindings/node",
"types": "bindings/node",
Expand Down Expand Up @@ -52,7 +52,7 @@
},
"devDependencies": {
"nodemon": "^3.1.0",
"tree-sitter-cli": "0.22.4",
"tree-sitter-cli": "0.22.5",
"prebuildify": "^6.0.0"
}
}
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "tree-sitter-wing"
description = "Wing grammar for tree-sitter"
version = "0.70.8"
version = "0.70.11"
keywords = ["incremental", "parsing", "tree-sitter", "wing"]
classifiers = [
"Intended Audience :: Developers",
Expand Down

0 comments on commit d66dd90

Please sign in to comment.