From 5d3f47938aee4c5b1974ea392aa2e1d4b50cb7ed Mon Sep 17 00:00:00 2001 From: soruh Date: Mon, 25 Mar 2024 23:21:38 +0100 Subject: [PATCH] bump version --- Cargo.toml | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f303d4a..61fca38 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,15 +1,15 @@ [package] name = "tree-sitter-c-sharp" description = "C# grammar for the tree-sitter parsing library" -version = "0.20.0" +version = "0.22.2" authors = [ - "Damien Guard ", - "Max Brunsfeld ", - "Martin Midtgaard ", - "Sjoerd Langkemper ", - "Patrick Thomson ", - "Noelle Caldwell ", - "Douglas Creager ", + "Damien Guard ", + "Max Brunsfeld ", + "Martin Midtgaard ", + "Sjoerd Langkemper ", + "Patrick Thomson ", + "Noelle Caldwell ", + "Douglas Creager ", ] license = "MIT" readme = "bindings/rust/README.md" @@ -19,12 +19,7 @@ repository = "https://github.com/tree-sitter/tree-sitter-c-sharp" edition = "2018" build = "bindings/rust/build.rs" -include = [ - "bindings/rust/*", - "grammar.js", - "queries/*", - "src/*", -] +include = ["bindings/rust/*", "grammar.js", "queries/*", "src/*"] [lib] path = "bindings/rust/lib.rs"