summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2021-03-26 00:10:16 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2021-03-26 00:10:16 +0800
commit1575ad2441c9e4ec034c4256237c7f22908eb875 (patch)
tree6be23f1f8caa3b885c2858d90fc8439986529e03
parent59279d464aac8c3985720d1d46b0a190b4443d2f (diff)
New resolver using Rust 1.51
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7c24364..115533b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,6 +8,7 @@ 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"]