This commit is contained in:
Max Brunsfeld 2019-10-02 14:13:20 -07:00
parent fb7a5369fe
commit 3e040b8951
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -811,7 +811,7 @@ dependencies = [
[[package]]
name = "tree-sitter-cli"
version = "0.15.9"
version = "0.15.10"
dependencies = [
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
"cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",

View file

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

View file

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