diff --git a/Cargo.lock b/Cargo.lock index 416992426..93ca20d7c 100644 Binary files a/Cargo.lock and b/Cargo.lock differ diff --git a/lib/language/Cargo.toml b/lib/language/Cargo.toml index 09e52db77..dedcca59d 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.4" +version = "0.1.5" authors.workspace = true edition.workspace = true rust-version = "1.76"