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