Bump bindings & highlighter to v0.2.0

This commit is contained in:
Michael Davis
2025-06-06 17:10:32 -04:00
parent 4c61c57fcc
commit 959309a5e8
3 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

@@ -562,7 +562,7 @@ dependencies = [
[[package]]
name = "tree-house"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"arc-swap",
"cov-mark",
@@ -582,7 +582,7 @@ dependencies = [
[[package]]
name = "tree-house-bindings"
version = "0.1.1"
version = "0.2.0"
dependencies = [
"cc",
"libloading",

View File

@@ -2,7 +2,7 @@
name = "tree-house-bindings"
description = "Homey Rust bindings for the tree-sitter C library"
authors = ["Pascal Kuthe <pascalkuthe@pm.me>"]
version = "0.1.1"
version = "0.2.0"
edition = "2021"
license = "MPL-2.0"
repository = "https://github.com/helix-editor/tree-house"

View File

@@ -5,7 +5,7 @@ authors = [
"Pascal Kuthe <pascalkuthe@pm.me>",
"Michael Davis <mcarsondavis@gmail.com>"
]
version = "0.1.0"
version = "0.2.0"
edition = "2021"
license = "MPL-2.0"
repository = "https://github.com/helix-editor/tree-house"
@@ -33,7 +33,7 @@ indexmap = "2.5.0"
skidder = { path = "../skidder" }
[dependencies.tree-sitter]
version = "0.1"
version = "0.2"
package = "tree-house-bindings"
path = "../bindings"
features = ["ropey"]