From 4f3299bf9f32b649301bb092ec801104c6208939 Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Mon, 5 Nov 2018 10:41:15 -0800 Subject: [PATCH] Update ncurses backend --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 02e9d51..7f311d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,8 +45,7 @@ version = "1.3" [dependencies.ncurses] features = ["wide"] optional = true -#version = "5.97" -git = "https://github.com/jeaye/ncurses-rs" +version = "5.97" [dependencies.pancurses] features = ["wide"]