mirror of
https://github.com/helix-editor/tree-house.git
synced 2025-10-06 00:12:46 +02:00
Prepare a v0.1.0 release for the bindings & highlighter
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -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",
|
||||
|
@@ -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"
|
||||
|
@@ -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"]
|
||||
|
Reference in New Issue
Block a user