0.19.0
This commit is contained in:
parent
f13775ea60
commit
9668e88916
|
@ -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"
|
||||
|
|
|
@ -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": [
|
||||
|
|
Loading…
Reference in New Issue