From 5225ac3f4ab26329e0aff938e25e2d123c25d9f0 Mon Sep 17 00:00:00 2001 From: Uttarayan Mondal Date: Tue, 28 Sep 2021 21:23:00 +0530 Subject: [PATCH] v0.4.1 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d83be94..355db2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ansi-to-tui" -version = "0.3.1" +version = "0.4.1" authors = ["Uttarayan Mondal "] edition = "2018" description = "A library to convert ansi color coded text into tui::text::Text type from tui-rs library" @@ -16,7 +16,7 @@ exclude = [ [dependencies] simdutf8 = { version = "0.1.1", optional = true } -tui = { version = "0.15.0", default-features = false } +tui = { version = "0.16.0", default-features = false } [dev-dependencies] anyhow = "1.0.40"