From 2a4b431e67bbfc38ece15f5fe26bf068a1e73130 Mon Sep 17 00:00:00 2001 From: EdJoPaTo Date: Thu, 28 Apr 2022 01:12:14 +0200 Subject: [PATCH] build(rust): update tui to v0.18 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f3ca06b..150e3a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,13 +16,13 @@ include = ["src/**/*", "README.md"] unicode-width = "0.1" [dependencies.tui] -version = "0.17" +version = "0.18" default-features = false [dev-dependencies] termion = "1" [dev-dependencies.tui] -version = "0.17" +version = "0.18" default-features = false features = ["termion"]