Skip to content

Commit

Permalink
Bump edtui version
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Reiter committed Sep 28, 2024
1 parent 187c4ba commit 76c6aca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 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 wireman/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ theme = { package = "wireman-theme", version = "0.1" }
event-handler = { package = "wireman-event-handler", version = "0.1" }

tui-widget-list = { version = "0.12.2" }
# edtui = "0.7.2"
edtui = { package = "edtui", path = "../../edtui", version = "0.7.3" }
edtui = "0.7.3"
# edtui = { package = "edtui", path = "../../edtui", version = "0.7.3" }
crossterm = { version = "0.28", features = ["events", "event-stream"] }
ratatui = "0.28"
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 76c6aca

Please sign in to comment.