Skip to content

Commit

Permalink
feat: Make 5.0.0-rc.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
uttarayan21 committed Jun 24, 2024
1 parent 6304852 commit b1951be
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 = "4.0.1"
version = "5.0.0-rc.1"
authors = ["Uttarayan Mondal <[email protected]>"]
edition = "2018"
description = "A library to convert ansi color coded text into ratatui::text::Text type from ratatui library"
Expand All @@ -11,7 +11,7 @@ repository = "https://github.com/uttarayan21/ansi-to-tui"

[dependencies]
nom = "7.1"
tui = { version = "0.*,>=0.21", default-features = false, package = "ratatui" }
tui = { version = "0.27", default-features = false, package = "ratatui" }
thiserror = "1.0"
simdutf8 = { version = "0.1", optional = true }
smallvec = { version = "1.10.0", features = ["const_generics"] }
Expand Down

0 comments on commit b1951be

Please sign in to comment.