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>2015-09-27 08:27:24 +0300
committerAndrew Gallant <jamslam@gmail.com>2015-09-27 08:27:24 +0300
commitb5c643ae36bdafead02cc47870806f29fce19310 (patch)
tree5a3ffc3af46325f6d224d17f1aecd359036ff067
parent0964a448b7e128f603f4e78e049e84d25a0670d7 (diff)
0.1.20.1.2
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cb35ddf..14c7ea2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "walkdir"
-version = "0.1.1" #:version
+version = "0.1.2" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "Recursively walk a directory."
documentation = "http://burntsushi.net/rustdoc/walkdir/"