aboutsummaryrefslogtreecommitdiff
path: root/helix-core
diff options
context:
space:
mode:
authorBlaž Hrastnik2020-06-15 04:51:59 +0000
committerBlaž Hrastnik2020-06-15 04:51:59 +0000
commit073fe61264d5154eb0bd37be575ccc91e17b74d7 (patch)
tree365b6443ee2f0393e188052041ac058eca976c27 /helix-core
parentaada88abf50636b72ba4cc270a390cee8abba0cb (diff)
Use ropey 1.2.0
Diffstat (limited to 'helix-core')
-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 fda4e5d9..9bd82e52 100644
--- a/helix-core/Cargo.toml
+++ b/helix-core/Cargo.toml
@@ -7,8 +7,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-# ropey = "1.1.0"
-ropey = { git = "https://github.com/cessen/ropey" }
+ropey = "1.2.0"
anyhow = "1.0.31"
smallvec = "1.4.0"
tendril = { git = "https://github.com/servo/tendril" }