From 3158b4d09b84bbe55f38520e7842f28e7a779676 Mon Sep 17 00:00:00 2001 From: EdJoPaTo Date: Sun, 15 Nov 2020 17:26:48 +0100 Subject: [PATCH] chore(tui): update tui to 0.13 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 91d6fb1..c85dfb6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,13 +17,13 @@ exclude = [".github"] unicode-width = "0.1" [dependencies.tui] -version = "0.12" +version = "0.13" default-features = false [dev-dependencies] termion = "1.5" [dev-dependencies.tui] -version = "0.12" +version = "0.13" default-features = false features = ["termion"]