This commit is contained in:
Max Brunsfeld 2021-03-04 14:45:38 -08:00
parent f13775ea60
commit 9668e88916
2 changed files with 4 additions and 3 deletions

View File

@ -1,12 +1,13 @@
[package]
name = "tree-sitter-css"
description = "css grammar for the tree-sitter parsing library"
version = "0.0.1"
version = "0.19.0"
keywords = ["incremental", "parsing", "css"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/tree-sitter/tree-sitter-javascript"
edition = "2018"
license = "MIT"
authors = ["Max Brunsfeld <maxbrunsfeld@gmail.com>"]
build = "bindings/rust/build.rs"
include = [
@ -20,7 +21,7 @@ include = [
path = "bindings/rust/lib.rs"
[dependencies]
tree-sitter = "0.17"
tree-sitter = "0.19"
[build-dependencies]
cc = "1.0"

View File

@ -1,6 +1,6 @@
{
"name": "tree-sitter-css",
"version": "0.16.0",
"version": "0.19.0",
"description": "CSS grammar for tree-sitter",
"main": "bindings/node",
"keywords": [