Skip to content

Commit

Permalink
feat(debugger): update ratatui, use List (#7676)
Browse files Browse the repository at this point in the history
* feat(debugger): update ratatui, use `List`

* refactor(debugger): event handlers

* fmt
  • Loading branch information
DaniPopes committed Apr 16, 2024
1 parent b56176e commit 9207b93
Show file tree
Hide file tree
Showing 5 changed files with 227 additions and 267 deletions.
80 changes: 46 additions & 34 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 crates/debugger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ alloy-primitives.workspace = true

crossterm = "0.27"
eyre.workspace = true
ratatui = { version = "0.24.0", default-features = false, features = ["crossterm"] }
ratatui = { version = "0.26", default-features = false, features = ["crossterm"] }
revm.workspace = true
tracing.workspace = true
Loading

0 comments on commit 9207b93

Please sign in to comment.