bump version
This commit is contained in:
parent
5031608f62
commit
5d3f47938a
23
Cargo.toml
23
Cargo.toml
@ -1,15 +1,15 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tree-sitter-c-sharp"
|
name = "tree-sitter-c-sharp"
|
||||||
description = "C# grammar for the tree-sitter parsing library"
|
description = "C# grammar for the tree-sitter parsing library"
|
||||||
version = "0.20.0"
|
version = "0.22.2"
|
||||||
authors = [
|
authors = [
|
||||||
"Damien Guard <damieng@gmail.com>",
|
"Damien Guard <damieng@gmail.com>",
|
||||||
"Max Brunsfeld <maxbrunsfeld@gmail.com>",
|
"Max Brunsfeld <maxbrunsfeld@gmail.com>",
|
||||||
"Martin Midtgaard <martin.midtgaard@gmail.com>",
|
"Martin Midtgaard <martin.midtgaard@gmail.com>",
|
||||||
"Sjoerd Langkemper <sjoerd-github@linuxonly.nl>",
|
"Sjoerd Langkemper <sjoerd-github@linuxonly.nl>",
|
||||||
"Patrick Thomson <patrickt@github.com>",
|
"Patrick Thomson <patrickt@github.com>",
|
||||||
"Noelle Caldwell <noelle.caldwell@microsoft.com>",
|
"Noelle Caldwell <noelle.caldwell@microsoft.com>",
|
||||||
"Douglas Creager <dcreager@dcreager.net>",
|
"Douglas Creager <dcreager@dcreager.net>",
|
||||||
]
|
]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
readme = "bindings/rust/README.md"
|
readme = "bindings/rust/README.md"
|
||||||
@ -19,12 +19,7 @@ repository = "https://github.com/tree-sitter/tree-sitter-c-sharp"
|
|||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
build = "bindings/rust/build.rs"
|
build = "bindings/rust/build.rs"
|
||||||
include = [
|
include = ["bindings/rust/*", "grammar.js", "queries/*", "src/*"]
|
||||||
"bindings/rust/*",
|
|
||||||
"grammar.js",
|
|
||||||
"queries/*",
|
|
||||||
"src/*",
|
|
||||||
]
|
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
path = "bindings/rust/lib.rs"
|
path = "bindings/rust/lib.rs"
|
||||||
|
Loading…
Reference in New Issue
Block a user