diff --git a/Cargo.lock b/Cargo.lock index 39ff6a52..dcd9421f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -763,14 +763,14 @@ dependencies = [ "tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)", "tiny_http 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "tree-sitter 0.17.0", - "tree-sitter-highlight 0.2.0", + "tree-sitter-highlight 0.3.0", "tree-sitter-tags 0.2.0", "webbrowser 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "tree-sitter-highlight" -version = "0.2.0" +version = "0.3.0" dependencies = [ "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "tree-sitter 0.17.0", diff --git a/highlight/Cargo.toml b/highlight/Cargo.toml index bb94fb21..7f8fc04a 100644 --- a/highlight/Cargo.toml +++ b/highlight/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-highlight" description = "Library for performing syntax highlighting with Tree-sitter" -version = "0.2.0" +version = "0.3.0" authors = [ "Max Brunsfeld ", "Tim Clem "