From 073fe61264d5154eb0bd37be575ccc91e17b74d7 Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Mon, 15 Jun 2020 13:51:59 +0900 Subject: Use ropey 1.2.0 --- helix-core/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'helix-core') 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" } -- cgit v1.2.3-70-g09d2