Skip to content

Commit 40b024c

Browse files
committed
[tmp] use my git branch for the tree-house dependency
1 parent 0a3194e commit 40b024c

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Cargo.lock

Lines changed: 3 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ package.helix-tui.opt-level = 2
3838
package.helix-term.opt-level = 2
3939

4040
[workspace.dependencies]
41-
tree-house = { version = "0.3.0", default-features = false }
41+
# tree-house = { version = "0.3.0", default-features = false }
42+
tree-house = { git = "https://github.com/m4rch3n1ng/tree-house", branch = "tags-iterator", default-features = false }
4243
nucleo = "0.5.0"
4344
slotmap = "1.1.1"
4445
thiserror = "2.0"

0 commit comments

Comments
 (0)