From ee7170c66b3da426d4aa342d29cf00f351e74b3f Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Sat, 18 Nov 2017 21:31:01 -0800 Subject: [PATCH] Update pancurses --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a3e8efa..d856971 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ version = "5.86.0" [dependencies.pancurses] features = ["wide"] optional = true -version = "0.12" +version = "0.13" [dependencies.termion] optional = true