lib: 0.20.10

This commit is contained in:
Max Brunsfeld 2023-03-13 12:21:19 -07:00
parent c51896d32d
commit 811bc8256d
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -544,7 +544,7 @@ dependencies = [
[[package]]
name = "tree-sitter"
version = "0.20.9"
version = "0.20.10"
dependencies = [
"cc",
"lazy_static",

View file

@ -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 <maxbrunsfeld@gmail.com>"]
edition = "2021"
license = "MIT"