chore: use rustyline@4.1.0 for now (#128)

* switch to rustyline 4.1.0

* adapt highlight_prompt to 4.1.0 format

* fix rust fmt
This commit is contained in:
Lars-Magnus Skog
2019-06-06 13:02:40 +02:00
committed by dignifiedquire
parent 05e097baaa
commit 9a0a451999
3 changed files with 8 additions and 17 deletions

View File

@@ -31,7 +31,7 @@ serde_json = "1.0"
chrono = "0.4.6"
failure = "0.1.5"
# TODO: make optional
rustyline = { git = "https://github.com/kkawakam/rustyline/" }
rustyline = "4.1.0"
lazy_static = "1.3.0"
[dev-dependencies]