diff --git a/Cargo.lock b/Cargo.lock index bceb0478..6524a391 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2023,7 +2023,7 @@ dependencies = [ [[package]] name = "tree-sitter-language" -version = "0.1.2" +version = "0.1.4" [[package]] name = "tree-sitter-loader" diff --git a/lib/language/Cargo.toml b/lib/language/Cargo.toml index 7de3dca5..e8eeab19 100644 --- a/lib/language/Cargo.toml +++ b/lib/language/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-language" description = "The tree-sitter Language type, used by the library and by language implementations" -version = "0.1.2" +version = "0.1.4" authors.workspace = true edition.workspace = true rust-version.workspace = true