Skip to content

Commit

Permalink
chore: Bump version to 0.27 for ratatui (#45)
Browse files Browse the repository at this point in the history
* chore: Update flake.nix

* feat: Make 5.0.0-rc.1 release

* feat: Cargo update

* fix: Rebase merge from github ui

Fix the rebase and merge which github ui fucked up

* fix: The tests are updated to 0.27

* fix: cargo fmt

* feat: added one more test for llvm-cov

* feat: Replaced style methods with the faster version by default

* feat: added more tests

* fix: A overlooked bug in span impl
  • Loading branch information
uttarayan21 authored Jul 11, 2024
1 parent 597e4e6 commit 90cb669
Show file tree
Hide file tree
Showing 6 changed files with 208 additions and 168 deletions.
132 changes: 73 additions & 59 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1.0"
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,<0.27.0", 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
Loading

0 comments on commit 90cb669

Please sign in to comment.