mirror of
https://github.com/tiffany352/rink-rs
synced 2024-11-10 05:34:14 +00:00
Upgrade linefeed to fix bug
This commit is contained in:
parent
788da27f09
commit
5c042ecd81
1 changed files with 1 additions and 1 deletions
|
@ -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 }
|
||||
|
|
Loading…
Reference in a new issue