From 63109a9debbddcac323eb5c0d179bf2ab9113141 Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Fri, 6 Jan 2017 21:11:28 -0800 Subject: [PATCH] Update ncurses Newest version removes the need for target-specific features. --- Cargo.toml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 818b731..9c37924 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,8 +11,6 @@ readme = "Readme.md" repository = "https://github.com/gyscos/Cursive" version = "0.3.6" -[build-dependencies] - [build-dependencies.skeptic] optional = true version = "0.6" @@ -29,14 +27,10 @@ unicode-width = "0.1" optional = true version = "1.3.1" -[target.'cfg(target_os = "linux")'.dependencies.ncurses] +[dependencies.ncurses] features = ["wide"] optional = true -version = "5.84.0" - -[target.'cfg(target_os = "macos")'.dependencies.ncurses] -optional = true -version = "5.84.0" +version = "5.85.0" [dependencies.pancurses] features = ["wide"]