From 1547668537df06ebc4a708d2048e676e1de4fa91 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Thu, 16 Mar 2023 08:56:01 -0400 Subject: [PATCH] 2.3.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d78d02a..0f4faa6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "walkdir" -version = "2.3.2" #:version +version = "2.3.3" #:version authors = ["Andrew Gallant "] description = "Recursively walk a directory." documentation = "https://docs.rs/walkdir/"