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"]