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>2017-10-22 01:55:02 +0300
committerAndrew Gallant <jamslam@gmail.com>2017-10-22 01:55:02 +0300
commitcf6d422edbb7e376af2091c486d1b690ea808d08 (patch)
treeb57c8995bcf0436cbfed4c05b47fb8899e381c9e
parent286bb1f3aad4e22173c5b7ba87eb30ca2c3afe6a (diff)
2.0.12.0.1
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 56e5f1b..fcd9cfa 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "walkdir"
# remember to update html_root_url
-version = "2.0.0" #:version
+version = "2.0.1" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "Recursively walk a directory."
documentation = "https://docs.rs/walkdir/"