summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2019-01-04 21:25:59 -0500
committerJiayi Zhao <jeff.no.zhao@gmail.com>2019-01-04 21:25:59 -0500
commit436d828cff697299f19dc3a2efea66ebad379579 (patch)
treee57a6432647821d489703c3c1c49a4fa1915e01c /Cargo.toml
parent505e26600a0b778261998889142adf31a9f2bc52 (diff)
update ncurses dependency
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1fb4171..e70b876 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,7 +33,7 @@ xdg = "2.2.0"
[dependencies.ncurses]
-version = "5.97.0"
+version = "5.98.0"
features = [ "extended_colors", "panel" ]
[features]