Skip to content

Commit

Permalink
build: update tui to v0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
EdJoPaTo committed Aug 15, 2022
1 parent 623a71c commit 046f0f0
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,9 @@ include = ["src/**/*", "README.md"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tui = { version = "0.19", default-features = false }
unicode-width = "0.1"

[dependencies.tui]
version = "0.18"
default-features = false

[dev-dependencies]
crossterm = "0.23"

[dev-dependencies.tui]
version = "0.18"
crossterm = "0.25"
tui = "0.19"

0 comments on commit 046f0f0

Please sign in to comment.