Skip to content

Commit 22fb88e

Browse files
committed
Bump library versions to 0.19
1 parent 889dcef commit 22fb88e

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

highlight/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tree-sitter-highlight"
33
description = "Library for performing syntax highlighting with Tree-sitter"
4-
version = "0.3.0"
4+
version = "0.19.0"
55
authors = [
66
"Max Brunsfeld <[email protected]>",
77
"Tim Clem <[email protected]>"

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tree-sitter"
33
description = "Rust bindings to the Tree-sitter parsing library"
4-
version = "0.17.1"
4+
version = "0.19.0"
55
authors = ["Max Brunsfeld <[email protected]>"]
66
edition = "2018"
77
license = "MIT"

lib/binding_web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web-tree-sitter",
3-
"version": "0.18.1",
3+
"version": "0.19.0",
44
"description": "Tree-sitter bindings for the web",
55
"main": "tree-sitter.js",
66
"types": "tree-sitter-web.d.ts",

tags/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tree-sitter-tags"
33
description = "Library for extracting tag information"
4-
version = "0.3.0"
4+
version = "0.19.0"
55
authors = [
66
"Max Brunsfeld <[email protected]>",
77
"Patrick Thomson <[email protected]>"

0 commit comments

Comments
 (0)