Skip to content

Commit

Permalink
build: update to ratatui 0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
EdJoPaTo committed Oct 24, 2023
1 parent 3a720d2 commit 87e1bb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ include = ["src/**/*", "README.md"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ratatui = { version = "0.23", default-features = false }
ratatui = { version = "0.24", default-features = false }
unicode-width = "0.1"

[dev-dependencies]
crossterm = "0.27"
ratatui = "0.23"
ratatui = "0.24"

0 comments on commit 87e1bb4

Please sign in to comment.