Skip to content

Commit

Permalink
0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Nov 28, 2023
1 parent c268737 commit 27f073b
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <maxbrunsfeld@gmail.com>",
"Amaan Qureshi <amaanq12@gmail.com>",
]
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 <maxbrunsfeld@gmail.com>"]
autoexamples = false

build = "bindings/rust/build.rs"
Expand All @@ -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"

0 comments on commit 27f073b

Please sign in to comment.