Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
Tag version 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dcreager committed May 18, 2021
1 parent 0630d4a commit b665659
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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-tsq"
description = "tsq grammar for the tree-sitter parsing library"
version = "0.1.0"
version = "0.19.0"
authors = ["Douglas Creager <dcreager@dcreager.net>"]
keywords = ["incremental", "parsing", "tsq"]
categories = ["parsing", "text-editors"]
Expand All @@ -21,7 +21,7 @@ include = [
path = "bindings/rust/lib.rs"

[dependencies]
tree-sitter = "0.17"
tree-sitter = "0.19"

[build-dependencies]
cc = "1.0"
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-tsq",
"version": "0.1.0",
"version": "0.19.0",
"description": "tree-sitter parser for tree-sitter's query language",
"main": "bindings/node",
"keywords": [
Expand Down

0 comments on commit b665659

Please sign in to comment.