Skip to content

Commit

Permalink
[update] Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
uttarayan21 committed Sep 17, 2022
1 parent 189d9c5 commit 0f2ace5
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 = "1.0.2"
version = "2.0.0"
authors = ["Uttarayan Mondal <email@uttarayan.me>"]
edition = "2018"
description = "A library to convert ansi color coded text into tui::text::Text type from tui-rs library"
Expand All @@ -12,7 +12,7 @@ repository = "https://github.com/uttarayan21/ansi-to-tui"
[dependencies]
nom = "7.1.1"
simdutf8 = { version = "0.1.4", optional = true }
tui = { version = "0.18.0", default-features = false }
tui = { version = "0.*", default-features = false }
thiserror = "1.0.31"

[dev-dependencies]
Expand Down

0 comments on commit 0f2ace5

Please sign in to comment.