diff --git a/Cargo.toml b/Cargo.toml index f3ca06b..150e3a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,13 +16,13 @@ include = ["src/**/*", "README.md"] unicode-width = "0.1" [dependencies.tui] -version = "0.17" +version = "0.18" default-features = false [dev-dependencies] termion = "1" [dev-dependencies.tui] -version = "0.17" +version = "0.18" default-features = false features = ["termion"]