fix: publish 0.21.0 to registries
This commit is contained in:
parent
1c55abb530
commit
a5b7c2a584
11 changed files with 96 additions and 29 deletions
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "tree-sitter-highlight"
|
||||
description = "Library for performing syntax highlighting with Tree-sitter"
|
||||
version = "0.20.2"
|
||||
version = "0.21.0"
|
||||
authors = [
|
||||
"Max Brunsfeld <maxbrunsfeld@gmail.com>",
|
||||
"Tim Clem <timothy.clem@gmail.com>",
|
||||
|
|
@ -24,5 +24,5 @@ regex.workspace = true
|
|||
thiserror.workspace = true
|
||||
|
||||
[dependencies.tree-sitter]
|
||||
version = "0.20.10"
|
||||
version = "0.21.0"
|
||||
path = "../lib"
|
||||
|
|
|
|||
|
|
@ -12,8 +12,8 @@ to parse, to your `Cargo.toml`:
|
|||
|
||||
```toml
|
||||
[dependencies]
|
||||
tree-sitter-highlight = "^0.20"
|
||||
tree-sitter-javascript = "0.19"
|
||||
tree-sitter-highlight = "^0.21.0"
|
||||
tree-sitter-javascript = "0.20.3"
|
||||
```
|
||||
|
||||
Define the list of highlight names that you will recognize:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue