From c886ee542ef45502c9d7646434463522bb00971a Mon Sep 17 00:00:00 2001 From: EdJoPaTo Date: Mon, 9 Aug 2021 07:54:44 +0200 Subject: [PATCH] build(cargo): update tui to 0.16 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 418984f..4fbc8ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,13 +15,13 @@ include = ["src/**/*", "README.md"] unicode-width = "0.1" [dependencies.tui] -version = "0.15" +version = "0.16" default-features = false [dev-dependencies] termion = "1" [dev-dependencies.tui] -version = "0.15" +version = "0.16" default-features = false features = ["termion"]