aboutsummaryrefslogtreecommitdiff
path: root/helix-core/Cargo.toml
diff options
context:
space:
mode:
authorBlaž Hrastnik2022-03-17 00:28:22 +0000
committerBlaž Hrastnik2022-03-17 00:29:47 +0000
commit16e2b2e36b8e9d8516178ec7e8a3da8962ea5b35 (patch)
tree62c1e31cd4ce45d4b7fcdce7302610c238e97a8b /helix-core/Cargo.toml
parentf67e1ee1723592a4e6279197317d46759cd05976 (diff)
ropey 1.4.0 is out!
Diffstat (limited to 'helix-core/Cargo.toml')
-rw-r--r--helix-core/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml
index 150f6b4e..050bc8ab 100644
--- a/helix-core/Cargo.toml
+++ b/helix-core/Cargo.toml
@@ -16,8 +16,7 @@ unicode-lines = ["ropey/unicode_lines"]
[dependencies]
helix-loader = { version = "0.6", path = "../helix-loader" }
-# ropey = "1.3"
-ropey = { git = "https://github.com/cessen/ropey", default-features = false }
+ropey = { version = "1.4", default-features = false }
smallvec = "1.8"
smartstring = "1.0.0"
unicode-segmentation = "1.9"