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-06 02:24:02 +0300
committerAndrew Gallant <jamslam@gmail.com>2015-11-06 02:24:02 +0300
commit6d98d0be721b7688c5020e11fd7f86e9dcd8b44c (patch)
treea2af1576a92afad2af78f58381fe5b48bf76841d
parentbdd4893e65fe1b69fd2a84a4a28d2492e757b315 (diff)
0.1.40.1.4
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2f35eb7..37282cb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "walkdir"
-version = "0.1.3" #:version
+version = "0.1.4" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "Recursively walk a directory."
documentation = "http://burntsushi.net/rustdoc/walkdir/"