lib: 0.3.8

This commit is contained in:
Max Brunsfeld 2019-02-11 09:46:26 -08:00
parent 216ff5c3d5
commit 2b685658db
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -561,7 +561,7 @@ dependencies = [
[[package]]
name = "tree-sitter"
version = "0.3.7"
version = "0.3.8"
dependencies = [
"cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -592,7 +592,7 @@ dependencies = [
"serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
"smallbitvec 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"spin 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"tree-sitter 0.3.7",
"tree-sitter 0.3.8",
]
[[package]]

View file

@ -1,7 +1,7 @@
[package]
name = "tree-sitter"
description = "Rust bindings to the Tree-sitter parsing library"
version = "0.3.7"
version = "0.3.8"
authors = ["Max Brunsfeld <maxbrunsfeld@gmail.com>"]
license = "MIT"
readme = "binding/README.md"