aboutsummaryrefslogtreecommitdiff
path: root/helix-term/Cargo.toml
diff options
context:
space:
mode:
authorBlaž Hrastnik2022-05-30 03:29:07 +0000
committerBlaž Hrastnik2022-05-30 03:29:07 +0000
commit370a16d0f00d6146fdeb87cc16fb352e860e2377 (patch)
treef9d946826d98f7d01f56e57b42088a31aebe7b15 /helix-term/Cargo.toml
parent5ed622399026754b3712db7ac8c2d6fc372d0238 (diff)
Update to ropey 1.5
Diffstat (limited to 'helix-term/Cargo.toml')
-rw-r--r--helix-term/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml
index 9be29b0f..0f80c416 100644
--- a/helix-term/Cargo.toml
+++ b/helix-term/Cargo.toml
@@ -33,7 +33,6 @@ anyhow = "1"
once_cell = "1.12"
which = "4.2"
-ropey = { version = "1.4", default-features = false }
tokio = { version = "1", features = ["rt", "rt-multi-thread", "io-util", "io-std", "time", "process", "macros", "fs", "parking_lot"] }
tui = { path = "../helix-tui", package = "helix-tui", default-features = false, features = ["crossterm"] }