From 6f23c355c441116c414222213d08ed9d2789fb15 Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Fri, 17 Nov 2017 11:58:53 -0800 Subject: [PATCH] Update pancurses --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e7b0066..3a49f37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ version = "5.86.0" [dependencies.pancurses] features = ["wide"] optional = true -version = "0.11" +version = "0.12" [dependencies.termion] optional = true