From 9bad00144b1b8f1ad5ab691faed06df220635aae Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Sun, 24 Feb 2019 17:31:58 -0800 Subject: [PATCH] Update ncurses to 5.99.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 71d9091..bd63684 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ version = "2.0.0" [dependencies.ncurses] features = ["wide"] optional = true -version = "5.98.0" +version = "5.99.0" [dependencies.pancurses] features = ["wide"]