Skip to content

Commit

Permalink
cargo: Revert version update on ansi-to-tui (#702)
Browse files Browse the repository at this point in the history
which causes custom styling to be lost on the currently selected line.
  • Loading branch information
har7an committed Mar 26, 2024
1 parent 0285f08 commit d5217f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
12 changes: 2 additions & 10 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ natord = "1.0.9"
anyhow = "1.0.81"
serde_yaml = "0.9.33"
crossterm = { version = "0.27.0", features = [], default-features = false }
ansi-to-tui = "4.0.1"
ansi-to-tui = "3.1.0"
regex = "1.10.3"
gethostname = "0.4.3"
serde_json = "1.0.114"
Expand Down

0 comments on commit d5217f6

Please sign in to comment.