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-10-29 19:32:39 +0300
committerAndrew Gallant <jamslam@gmail.com>2016-10-29 19:32:39 +0300
commitf03bbd325482282aa9c3c2552263ed2877b6bb33 (patch)
treee4cf8bff88cc33ce166bbe865365995cbbd25735
parent15e2fb761ee039fe2aa97eb2cb605991413dc690 (diff)
1.0.11.0.1
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 830fe3c..9ee367b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "walkdir"
-version = "1.0.0" #:version
+version = "1.0.1" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "Recursively walk a directory."
documentation = "http://burntsushi.net/rustdoc/walkdir/"