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"
|
||||
description = "Rust bindings to the Tree-sitter parsing library"
|
||||
version = "0.20.10"
|
||||
version = "0.21.0"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
|
@ -21,6 +21,7 @@ include = [
|
|||
"/src/*.h",
|
||||
"/src/*.c",
|
||||
"/src/unicode/*",
|
||||
"/src/wasm/*",
|
||||
"/include/tree_sitter/api.h",
|
||||
]
|
||||
|
||||
|
|
|
|||
|
|
@ -28,8 +28,8 @@ Then, add a language as a dependency:
|
|||
|
||||
```toml
|
||||
[dependencies]
|
||||
tree-sitter = "0.20.10"
|
||||
tree-sitter-rust = "0.20.3"
|
||||
tree-sitter = "0.21.0"
|
||||
tree-sitter-rust = "0.20.4"
|
||||
```
|
||||
|
||||
To then use a language, you assign them to the parser.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "web-tree-sitter",
|
||||
"version": "0.20.9",
|
||||
"version": "0.21.0",
|
||||
"description": "Tree-sitter bindings for the web",
|
||||
"main": "tree-sitter.js",
|
||||
"types": "tree-sitter-web.d.ts",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue