diff --git a/Cargo.lock b/Cargo.lock index bceb0478f..6524a3913 100644 Binary files a/Cargo.lock and b/Cargo.lock differ diff --git a/lib/language/Cargo.toml b/lib/language/Cargo.toml index 7de3dca56..e8eeab19c 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