diff --git a/Cargo.toml b/Cargo.toml index 53fbb7f..b8bb099 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ansi-to-tui" -version = "4.0.1" +version = "5.0.0-rc.1" authors = ["Uttarayan Mondal "] edition = "2018" description = "A library to convert ansi color coded text into ratatui::text::Text type from ratatui library" @@ -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"] }