Skip to content

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
uttarayan21 committed Sep 28, 2021
1 parent e2d7656 commit 5225ac3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ansi-to-tui"
version = "0.3.1"
version = "0.4.1"
authors = ["Uttarayan Mondal <uttarayan21@gmail.com>"]
edition = "2018"
description = "A library to convert ansi color coded text into tui::text::Text type from tui-rs library"
Expand All @@ -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"
Expand Down

0 comments on commit 5225ac3

Please sign in to comment.