From ad4da8acc1b044a1b0dd9c16d820bfd3b2b01d2f Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Wed, 12 Oct 2016 11:37:39 -0700 Subject: [PATCH] Update pancurses to 0.6.0 --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 64effa8..1f65a64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,8 @@ features = ["wide"] optional = true [dependencies.pancurses] -version = "0.4.0" +version = "0.6" +features = ["wide"] optional = true [dependencies.termion]