From be51a568d0833c3da94663ea0904de1bdd31a14a Mon Sep 17 00:00:00 2001 From: EdJoPaTo Date: Mon, 3 May 2021 10:57:15 +0200 Subject: [PATCH] chore(cargo): update to tui v0.15 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"]