chore: use my tree-house fork

pull/12759/head
Nik Revenco 2025-05-14 19:57:15 +01:00
parent f07e6973fe
commit 96f8c58dde
2 changed files with 3 additions and 1 deletions

2
Cargo.lock generated
View File

@ -2801,6 +2801,7 @@ checksum = "bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076"
[[package]]
name = "tree-house"
version = "0.1.0"
source = "git+https://github.com/nik-rev/tree-house?rev=5d24d0014336342e3b2c3456df0c26e8ee602101#5d24d0014336342e3b2c3456df0c26e8ee602101"
dependencies = [
"arc-swap",
"hashbrown 0.15.2",
@ -2816,6 +2817,7 @@ dependencies = [
[[package]]
name = "tree-house-bindings"
version = "0.1.0"
source = "git+https://github.com/nik-rev/tree-house?rev=5d24d0014336342e3b2c3456df0c26e8ee602101#5d24d0014336342e3b2c3456df0c26e8ee602101"
dependencies = [
"cc",
"libloading",

View File

@ -37,7 +37,7 @@ package.helix-tui.opt-level = 2
package.helix-term.opt-level = 2
[workspace.dependencies]
tree-house = { path = "../../projects/tree-house/highlighter", default-features = false }
tree-house = { git = "https://github.com/nik-rev/tree-house", rev = "5d24d0014336342e3b2c3456df0c26e8ee602101", default-features = false }
nucleo = "0.5.0"
slotmap = "1.0.7"
thiserror = "2.0"