rust: 0.19.4

This commit is contained in:
Max Brunsfeld 2021-03-18 10:31:35 -07:00
parent 2a99108171
commit 5f313689f0
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -626,7 +626,7 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]]
name = "tree-sitter"
version = "0.19.3"
version = "0.19.4"
dependencies = [
"cc",
"lazy_static",

View file

@ -1,7 +1,7 @@
[package]
name = "tree-sitter"
description = "Rust bindings to the Tree-sitter parsing library"
version = "0.19.3"
version = "0.19.4"
authors = ["Max Brunsfeld <maxbrunsfeld@gmail.com>"]
edition = "2018"
license = "MIT"