Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/walkdir.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-08-31 03:18:47 +0300
committerAndrew Gallant <jamslam@gmail.com>2016-08-31 03:18:47 +0300
commit585ef59ab06643cdfc6dc676524bbfe7df24c620 (patch)
tree577cdef110edf9c5b62fe85d0cc5d6394a61df4a
parent2a77048838716ef5b4b04c3019c9784f04ad182f (diff)
0.1.60.1.6
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index dc40948..121b275 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "walkdir"
-version = "0.1.5" #:version
+version = "0.1.6" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "Recursively walk a directory."
documentation = "http://burntsushi.net/rustdoc/walkdir/"