From 27f073bd8a818e0ce5767c409b48a1e9890246ee Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Tue, 28 Nov 2023 12:20:58 -0500 Subject: [PATCH] 0.20.0 --- Cargo.toml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d1e4d0b..f85f4b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,17 @@ [package] name = "tree-sitter-css" description = "CSS grammar for tree-sitter" -version = "0.19.0" +version = "0.20.0" +authors = [ + "Max Brunsfeld ", + "Amaan Qureshi ", +] +license = "MIT" +readme = "bindings/rust/README.md" keywords = ["incremental", "parsing", "css"] categories = ["parsing", "text-editors"] repository = "https://github.com/tree-sitter/tree-sitter-css" edition = "2021" -license = "MIT" -authors = ["Max Brunsfeld "] autoexamples = false build = "bindings/rust/build.rs" @@ -17,7 +21,7 @@ include = ["bindings/rust/*", "grammar.js", "queries/*", "src/*"] path = "bindings/rust/lib.rs" [dependencies] -tree-sitter = ">= 0.19" +tree-sitter = "~0.20.10" [build-dependencies] -cc = "1.0" +cc = "~1.0"