From e31f46470298472cc48e6e9e5459541568b43d22 Mon Sep 17 00:00:00 2001 From: Nathan Vegdahl Date: Fri, 6 Jul 2018 17:55:32 -0700 Subject: [PATCH] Make it easy for me to switch between release and master Ropey. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 3ab9430..267c417 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ path = "src/main.rs" [dependencies] ropey = "0.7" +# ropey = { git = "https://github.com/cessen/ropey", branch = "master" } unicode-segmentation = "1.2.1" unicode-width = "0.1" serde = "1.*"