Skip to content

Commit

Permalink
upgrade to latest version of tui
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Sep 28, 2020
1 parent 3e1b8c2 commit 872bbbc
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 29 deletions.
38 changes: 13 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ colored = "2.0.0"

# 'tui' related
unicode-segmentation = { version = "1.3.0", optional = true }
crosstermion = { optional = true, version = "0.3.0", default-features = false }
tui = { version = "0.10.0", optional = true, default-features = false }
tui-react = { version = "0.10", optional = true }
crosstermion = { optional = true, version = "0.4.0", default-features = false }
tui = { version = "0.12.0", optional = true, default-features = false }
tui-react = { version = "0.12", optional = true }
open = { version = "1.2.2", optional = true }
wild = "2.0.4"

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ benchmark: target/release/dua ## see how fast things are, powered by hyperfine

tests: check unit-tests journey-tests ## run all tests

check:## run all unit tests
check:## run cargo-check with various features
cargo check --all
cargo check --all-features
cargo check --no-default-features
Expand Down

0 comments on commit 872bbbc

Please sign in to comment.