From d9330bed26c15c20e16e96c04bcfb0246101878b Mon Sep 17 00:00:00 2001 From: greg Date: Tue, 9 Jul 2019 01:49:07 -0700 Subject: [PATCH] Upgrade linefeed version --- schala-repl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schala-repl/Cargo.toml b/schala-repl/Cargo.toml index 9a19c77..c514b4b 100644 --- a/schala-repl/Cargo.toml +++ b/schala-repl/Cargo.toml @@ -17,7 +17,7 @@ serde_derive = "1.0.91" serde_json = "1.0.15" phf = "0.7.12" includedir = "0.2.0" -linefeed = "0.5.0" +linefeed = "0.6.0" regex = "0.2" [build-dependencies]