diff --git a/Cargo.lock b/Cargo.lock index 2e2d9a83..8e10a3e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1637,7 +1637,7 @@ dependencies = [ [[package]] name = "tree-sitter-language" -version = "0.1.0" +version = "0.1.1" [[package]] name = "tree-sitter-loader" diff --git a/lib/language/Cargo.toml b/lib/language/Cargo.toml index 55361fd0..40524b6f 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.0" +version = "0.1.1" authors.workspace = true edition.workspace = true rust-version.workspace = true