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-11-08 05:02:59 +0300
committerAndrew Gallant <jamslam@gmail.com>2015-11-08 05:02:59 +0300
commit29d4ea950b79291f21d7a247e87f4f6ff0163702 (patch)
tree88d96f437b4cbc5fb58f55444951387ddba42333
parentb110cd8454ddd07d6e7fd5dbf242236038bcd580 (diff)
0.1.50.1.5
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 20457ce..dc40948 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "walkdir"
-version = "0.1.4" #:version
+version = "0.1.5" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "Recursively walk a directory."
documentation = "http://burntsushi.net/rustdoc/walkdir/"