diff --git a/Cargo.lock b/Cargo.lock index ca773788e..40b4afab0 100644 Binary files a/Cargo.lock and b/Cargo.lock differ diff --git a/lib/Cargo.toml b/lib/Cargo.toml index c2d356858..16fd0254e 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter" description = "Rust bindings to the Tree-sitter parsing library" -version = "0.20.9" +version = "0.20.10" authors = ["Max Brunsfeld "] edition = "2021" license = "MIT"