aboutsummaryrefslogtreecommitdiff
path: root/helix-core/Cargo.toml
diff options
context:
space:
mode:
authornotoria2021-06-09 16:07:58 +0000
committerBlaž Hrastnik2021-06-10 13:00:08 +0000
commit1b14e9a19aeba2750bb57d9f97cc12ca3624a21d (patch)
tree3cd946e461d4dc6d7aedfa8f2ef40b72b3202be5 /helix-core/Cargo.toml
parente46346c907e9ea42d4966391cae4c211deaa3701 (diff)
Downgrade `unicode-segmentation`
Diffstat (limited to 'helix-core/Cargo.toml')
-rw-r--r--helix-core/Cargo.toml2
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"