Skip to content

Commit

Permalink
downgrade ratatui for now
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv committed Oct 21, 2024
1 parent c7bfc4d commit 4d60d0f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 50 deletions.
65 changes: 16 additions & 49 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 @@ -118,7 +118,7 @@ rattler_installs_packages = { version = "0.9.0", default-features = false, optio
async-once-cell = "0.5.4"
terminal_size = "0.4.0"
memchr = "2.7.4"
ratatui = { version = "0.29.0", optional = true }
ratatui = { version = "0.28.1", optional = true }
crossterm = { version = "0.28.1", features = ["event-stream"], optional = true }
ansi-to-tui = { version = "6.0.0", optional = true }
throbber-widgets-tui = { version = "0.7", optional = true }
Expand Down

0 comments on commit 4d60d0f

Please sign in to comment.