summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-03-27 21:26:23 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-03-27 21:26:23 +0800
commit768cbce3963be7d6ece448d56289223810d678ac (patch)
treef56cb2355ad058c7a228b70505ffd1eb440698c7 /Cargo.toml
parent2bbbb0b42371e0701af3b927fee129cd8be5a852 (diff)
Truly don't follow symlinks unless they are the only top-level path.v2.3.9
This is a brute-force hack which won't show them at all, there certainly is better ways if we would know if we expanded paths ourselves or not.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 23082ce..4bfa1c4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dua-cli"
-version = "2.3.8"
+version = "2.3.9"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
edition = "2018"
include = ["src/**/*", "Cargo.*", "*.md", "LICENSE"]