From c0fc1be04081535697eb99295565ae225891b53c Mon Sep 17 00:00:00 2001 From: EdJoPaTo Date: Mon, 4 Jan 2021 11:56:48 +0100 Subject: [PATCH] chore(cargo): update tui to 0.14 BREAKING CHANGE: requires tui 0.14 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1d2f7c7..834de2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,13 +16,13 @@ include = ["src/**/*", "readme.md"] unicode-width = "0.1" [dependencies.tui] -version = "0.13" +version = "0.14" default-features = false [dev-dependencies] termion = "1.5" [dev-dependencies.tui] -version = "0.13" +version = "0.14" default-features = false features = ["termion"]