Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-core/Cargo.toml')
| -rw-r--r-- | helix-core/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml index 4309cc14..21b18f31 100644 --- a/helix-core/Cargo.toml +++ b/helix-core/Cargo.toml @@ -30,9 +30,9 @@ unicode-segmentation.workspace = true # For now lets lock the version to avoid rendering glitches # when installing without `--locked` unicode-width = "=0.1.12" -unicode-general-category = "1.1" +unicode-general-category = "1.0" slotmap.workspace = true -tree-house = { workspace = true, features = ["fixtures"] } +tree-house.workspace = true once_cell = "1.21" arc-swap = "1" regex = "1" @@ -55,7 +55,7 @@ textwrap = "0.16.2" nucleo.workspace = true parking_lot.workspace = true -globset.workspace = true +globset = "0.4.16" regex-cursor = "0.1.5" [dev-dependencies] |