Make it easy for me to switch between release and master Ropey.

This commit is contained in:
Nathan Vegdahl 2018-07-06 17:55:32 -07:00
parent c1c7bfc986
commit e31f464702

View File

@ -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.*"