Bump version: 0.3.0

html_output
Stephan Seitz 2021-12-06 20:24:17 +07:00
parent 4b86b07ba4
commit 901f7515e8
2 changed files with 3 additions and 3 deletions

@ -1,7 +1,7 @@
[package]
name = "tree-sitter-commonlisp"
description = "Common Lisp grammar for the tree-sitter parsing library"
version = "0.2.0"
version = "0.3.0"
keywords = ["incremental", "parsing", "lisp"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/theHamsta/tree-sitter-commonlisp"
@ -21,7 +21,7 @@ include = [
path = "bindings/rust/lib.rs"
[dependencies]
tree-sitter = "0.19.5"
tree-sitter = "0.20.1"
[build-dependencies]
cc = "1.0"

@ -1,6 +1,6 @@
{
"name": "tree-sitter-commonlisp",
"version": "0.2.0",
"version": "0.3.0",
"description": "Tree-sitter grammar for Common Lisp",
"main": "bindings/node",
"scripts": {