From 76fb79e4c141e4877ec556f61a534646c440fd84 Mon Sep 17 00:00:00 2001 From: Nik Revenco <154856872+NikitaRevenco@users.noreply.github.com> Date: Fri, 16 May 2025 21:44:41 +0100 Subject: [PATCH] chore: update version of my PR --- Cargo.lock | 2 -- Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0bfe42dba..214bc1ee4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2801,7 +2801,6 @@ checksum = "bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076" [[package]] name = "tree-house" version = "0.1.0" -source = "git+https://github.com/nik-rev/tree-house?rev=ae033326f7c5355f2fb8673cefc579ffcb92f508#ae033326f7c5355f2fb8673cefc579ffcb92f508" dependencies = [ "arc-swap", "hashbrown 0.15.2", @@ -2817,7 +2816,6 @@ dependencies = [ [[package]] name = "tree-house-bindings" version = "0.1.0" -source = "git+https://github.com/nik-rev/tree-house?rev=ae033326f7c5355f2fb8673cefc579ffcb92f508#ae033326f7c5355f2fb8673cefc579ffcb92f508" dependencies = [ "cc", "libloading", diff --git a/Cargo.toml b/Cargo.toml index f9fe2d032..30a078303 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ package.helix-tui.opt-level = 2 package.helix-term.opt-level = 2 [workspace.dependencies] -tree-house = { git = "https://github.com/nik-rev/tree-house", rev = "ae033326f7c5355f2fb8673cefc579ffcb92f508", default-features = false } +tree-house = { git = "https://github.com/nik-rev/tree-house", rev = "a6c231c7f935eed9015ae7ef500dc99e4fa15c93", default-features = false } nucleo = "0.5.0" slotmap = "1.0.7" thiserror = "2.0"