Skip to content

Commit

Permalink
[fix] Update version number and depend on ratatui >= 0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
uttarayan21 committed Jun 21, 2023
1 parent d671e02 commit cc377fc
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 = "3.0.0"
version = "3.1.0"
authors = ["Uttarayan Mondal <email@uttarayan.me>"]
edition = "2018"
description = "A library to convert ansi color coded text into ratatui::text::Text type from ratatui library"
Expand All @@ -12,7 +12,7 @@ repository = "https://github.com/uttarayan21/ansi-to-tui"
[dependencies]
nom = "7.1"
simdutf8 = { version = "0.1", optional = true }
tui = { version = "0.21", default-features = false, package = "ratatui" }
tui = { version = ">= 0.21", default-features = false, package = "ratatui" }
thiserror = "1.0"

[dev-dependencies]
Expand Down

0 comments on commit cc377fc

Please sign in to comment.