This commit is contained in:
Amaan Qureshi 2024-01-25 14:39:11 -05:00
parent 386a1c598a
commit 98be227227
No known key found for this signature in database
GPG key ID: E67890ADC4227273
5 changed files with 76 additions and 11 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "tree-sitter-cli"
description = "CLI tool for developing, testing, and using Tree-sitter parsers"
version = "0.20.8"
version = "0.20.9"
authors = ["Max Brunsfeld <maxbrunsfeld@gmail.com>"]
edition = "2021"
license = "MIT"

View file

@ -1,6 +1,6 @@
{
"name": "tree-sitter-cli",
"version": "0.20.8",
"version": "0.20.9",
"author": "Max Brunsfeld",
"license": "MIT",
"repository": {