Prepare a v0.1.0 release for the bindings & highlighter

This commit is contained in:
Michael Davis
2025-05-13 18:40:53 -04:00
parent 89c8d04d4d
commit 524ef1260f
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-beta.2"
version = "0.1.0"
dependencies = [
"arc-swap",
"cov-mark",
@@ -582,7 +582,7 @@ dependencies = [
[[package]]
name = "tree-house-bindings"
version = "0.1.0-beta.2"
version = "0.1.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.0-beta.2"
version = "0.1.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-beta.2"
version = "0.1.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.0-beta.2"
version = "0.1.0"
package = "tree-house-bindings"
path = "../bindings"
features = ["ropey"]