diff --git a/Cargo.lock b/Cargo.lock index 4f36b550..efe4e3bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -626,7 +626,7 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tree-sitter" -version = "0.19.2" +version = "0.19.3" dependencies = [ "cc", "lazy_static", diff --git a/lib/Cargo.toml b/lib/Cargo.toml index defcbee9..524df836 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter" description = "Rust bindings to the Tree-sitter parsing library" -version = "0.19.2" +version = "0.19.3" authors = ["Max Brunsfeld "] edition = "2018" license = "MIT"