diff --git a/Cargo.toml b/Cargo.toml index ba42df3..2c9e1cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,13 +16,13 @@ include = ["src/**/*", "readme.md"] unicode-width = "0.1" [dependencies.tui] -version = "0.14" +version = "0.15" default-features = false [dev-dependencies] termion = "1" [dev-dependencies.tui] -version = "0.14" +version = "0.15" default-features = false features = ["termion"]