mirror of
https://github.com/chatmail/core.git
synced 2026-05-01 20:36:31 +03:00
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:
committed by
dignifiedquire
parent
05e097baaa
commit
9a0a451999
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user