Upgrade linefeed to fix bug

This commit is contained in:
Tiffany Bennett 2016-08-30 13:50:43 -04:00
parent 788da27f09
commit 5c042ecd81

View file

@ -20,7 +20,7 @@ gpl = []
rust-gmp = "0.3.2"
chrono = "0.2.25"
chrono-humanize = { version = "0.0.6", optional = true }
linefeed = { version = "0.1.3", optional = true }
linefeed = { version = "0.1.4", optional = true }
irc = { version = "0.11.3", optional = true }
glob = { version = "0.2.11", optional = true }
hyper = { version = "0.9.10", optional = true }