Skip to content

Commit 959309a

Browse files
committed
Bump bindings & highlighter to v0.2.0
1 parent 4c61c57 commit 959309a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

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

bindings/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "tree-house-bindings"
33
description = "Homey Rust bindings for the tree-sitter C library"
44
authors = ["Pascal Kuthe <[email protected]>"]
5-
version = "0.1.1"
5+
version = "0.2.0"
66
edition = "2021"
77
license = "MPL-2.0"
88
repository = "https://github.com/helix-editor/tree-house"

highlighter/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = [
55
"Pascal Kuthe <[email protected]>",
66
"Michael Davis <[email protected]>"
77
]
8-
version = "0.1.0"
8+
version = "0.2.0"
99
edition = "2021"
1010
license = "MPL-2.0"
1111
repository = "https://github.com/helix-editor/tree-house"
@@ -33,7 +33,7 @@ indexmap = "2.5.0"
3333
skidder = { path = "../skidder" }
3434

3535
[dependencies.tree-sitter]
36-
version = "0.1"
36+
version = "0.2"
3737
package = "tree-house-bindings"
3838
path = "../bindings"
3939
features = ["ropey"]

0 commit comments

Comments
 (0)