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-09-17 00:54:53 +0300
committerAndrew Gallant <jamslam@gmail.com>2016-09-17 00:54:53 +0300
commit790b7a5fe2c5f67e6f3894ef19ca280940f04de5 (patch)
tree0a6f30194d1a24334cd25b54aeb903c95009f1ad
parent7b73fde9723941f5d4c1d71250bcde5d6834ed3d (diff)
0.1.80.1.8
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 52088dd..da31e3e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "walkdir"
-version = "0.1.7" #:version
+version = "0.1.8" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "Recursively walk a directory."
documentation = "http://burntsushi.net/rustdoc/walkdir/"