diff options
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 e205af08..84886aa6 100644 --- a/helix-core/Cargo.toml +++ b/helix-core/Cargo.toml @@ -17,7 +17,7 @@ helix-syntax = { path = "../helix-syntax" } ropey = "1.2" smallvec = "1.4" tendril = "0.4.2" -unicode-segmentation = { git = "https://github.com/unicode-rs/unicode-segmentation.git" } +unicode-segmentation = "1.7.1" unicode-width = "0.1" unicode-general-category = "0.4.0" # slab = "0.4.2" |