summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorNick Barry <itsnickbarry@protonmail.ch>2018-07-11 05:11:49 -0400
committernacho <nacho.nunez@aoifes.com>2018-07-13 16:16:36 +0000
commit1fce6c80566405009fe5a73eaf0cba1f8e7b6778 (patch)
tree411b031da4a39b10640b25b0c39459f2d06b360f /Cargo.lock
parentb047cbf8f1297a0d916b8c3365d45bf4238b45f4 (diff)
fix problem with some unicode starting filenames (#8)v0.2.9
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e542844..7d039f8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -8,7 +8,7 @@ dependencies = [
[[package]]
name = "dutree"
-version = "0.2.8"
+version = "0.2.9"
dependencies = [
"getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",