summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2021-05-03 06:54:17 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2021-05-03 07:03:02 +0800
commita9ce7578bcbc088c8b18e33de83860e10991bf85 (patch)
tree0ffb90182f99177cf3bef318117d4ca9b50f1fbf /Cargo.toml
parent27fb5214e8f2c4669faf093a2ca570da17deca37 (diff)
[dua] upgrade to tui 0.15
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 115533b..f3f5d89 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"]
@@ -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"