Skip to content

Commit

Permalink
[dua] upgrade to tui 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed May 2, 2021
1 parent 27fb521 commit a9ce757
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ readme = "README.md"
description = "A tool to conveniently learn about the disk usage of directories, fast!"
license = "MIT"
include = ["src/**/*", "Cargo.*", "LICENSE", "README.md", "CHANGELOG.md", "!**/*_test/*"]
resolver = "2"

[features]
default = ["tui-crossplatform"]
Expand All @@ -33,7 +32,7 @@ colored = "2.0.0"
unicode-segmentation = { version = "1.3.0", optional = true }
crosstermion = { optional = true, version = "0.6.0", default-features = false }
tui = { version = "0.14.0", optional = true, default-features = false }
tui-react = { version = "0.14", optional = true }
tui-react = { version = "0.14.0", optional = true }
open = { version = "1.2.2", optional = true }
wild = "2.0.4"

Expand Down
2 changes: 1 addition & 1 deletion tui-react/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tui-react"
version = "0.14.0"
version = "0.15.0"
authors = ["Sebastian Thiel <sthiel@thoughtworks.com>"]
edition = "2018"
repository = "https://github.com/Byron/dua-cli"
Expand Down

0 comments on commit a9ce757

Please sign in to comment.