From 4f26be4d450910916ea11533b2efc52b9a6483bc Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Fri, 1 Mar 2024 12:55:08 -0500 Subject: [PATCH] 2.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c120bd3..e9df650 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "walkdir" -version = "2.4.0" #:version +version = "2.5.0" #:version authors = ["Andrew Gallant "] description = "Recursively walk a directory." documentation = "https://docs.rs/walkdir/"