Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-core/Cargo.toml')
| -rw-r--r-- | helix-core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml index e7e79ea4..4309cc14 100644 --- a/helix-core/Cargo.toml +++ b/helix-core/Cargo.toml @@ -32,7 +32,7 @@ unicode-segmentation.workspace = true unicode-width = "=0.1.12" unicode-general-category = "1.1" slotmap.workspace = true -tree-house.workspace = true +tree-house = { workspace = true, features = ["fixtures"] } once_cell = "1.21" arc-swap = "1" regex = "1" |