Skip to content

Commit

Permalink
Fix ansi-to-tui
Browse files Browse the repository at this point in the history
  • Loading branch information
9999years committed Mar 1, 2024
1 parent 12793e0 commit c62bf1e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 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 @@ -34,7 +34,7 @@ categories = ["command-line-utilities", "development-tools"]

[dependencies]
aho-corasick = "1.0.2"
ansi-to-tui = "4.0.0"
ansi-to-tui = { git = "https://github.com/9999years/ansi-to-tui.git", branch = "fix-reset" }
async-dup = "1.2.4"
backoff = { version = "0.4.0", default-features = false }
camino = "1.1.4"
Expand Down

0 comments on commit c62bf1e

Please sign in to comment.