From b5c643ae36bdafead02cc47870806f29fce19310 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sun, 27 Sep 2015 01:27:24 -0400 Subject: [PATCH] 0.1.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cb35ddf..14c7ea2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "walkdir" -version = "0.1.1" #:version +version = "0.1.2" #:version authors = ["Andrew Gallant "] description = "Recursively walk a directory." documentation = "http://burntsushi.net/rustdoc/walkdir/"