From 48328cac9a9796ab1c12307601fa3fece0cf7bea Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Tue, 13 Mar 2018 12:33:09 -0400 Subject: [PATCH] Update linefeed 0.4.0 linefeed 0.2.6 doesn't build on FreeBSD. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ed78cb0..5d4e917 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ chrono = "0.2.25" strsim = "0.5.1" chrono-tz = "0.2.2" chrono-humanize = { version = "0.0.6", optional = true } -linefeed = { version = "0.2.6", optional = true } +linefeed = { version = "0.4.0", optional = true } hyper = { version = "0.10.10", optional = true } hyper-native-tls = { version = "0.2.2", optional = true } libc = { version = "0.2.14", optional = true }