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
|
|
@ -55,23 +55,23 @@ webbrowser.workspace = true
|
|||
which.workspace = true
|
||||
|
||||
[dependencies.tree-sitter]
|
||||
version = "0.20.10"
|
||||
version = "0.21.0"
|
||||
path = "../lib"
|
||||
|
||||
[dependencies.tree-sitter-config]
|
||||
version = "0.19.0"
|
||||
version = "0.21.0"
|
||||
path = "config"
|
||||
|
||||
[dependencies.tree-sitter-highlight]
|
||||
version = "0.20.2"
|
||||
version = "0.21.0"
|
||||
path = "../highlight"
|
||||
|
||||
[dependencies.tree-sitter-loader]
|
||||
version = "0.20.0"
|
||||
version = "0.21.0"
|
||||
path = "loader"
|
||||
|
||||
[dependencies.tree-sitter-tags]
|
||||
version = "0.20.2"
|
||||
version = "0.21.0"
|
||||
path = "../tags"
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "tree-sitter-loader"
|
||||
description = "Locates, builds, and loads tree-sitter grammars at runtime"
|
||||
version = "0.20.0"
|
||||
version = "0.21.0"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
|
@ -29,13 +29,5 @@ serde_json.workspace = true
|
|||
which.workspace = true
|
||||
|
||||
[dependencies.tree-sitter]
|
||||
version = "0.20.10"
|
||||
version = "0.21.0"
|
||||
path = "../../lib"
|
||||
|
||||
[dependencies.tree-sitter-highlight]
|
||||
version = "0.20.2"
|
||||
path = "../../highlight"
|
||||
|
||||
[dependencies.tree-sitter-tags]
|
||||
version = "0.20.2"
|
||||
path = "../../tags"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue