From 0e34ce73bbf0185b15fc6828c0ee6b3969952cc9 Mon Sep 17 00:00:00 2001 From: Gilad Naaman Date: Wed, 20 Dec 2023 18:46:50 +0200 Subject: [PATCH] Bump version to 0.9 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index aec5a8f..e676983 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "globwalk" -version = "0.8.1" +version = "0.9.0" description = "Glob-matched recursive file system walking." authors = ["Gilad Naaman "] readme = "README.md" diff --git a/README.md b/README.md index 74be098..1c4eb3e 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ To use this crate, add `globwalk` as a dependency to your project's `Cargo.toml` ```toml [dependencies] -globwalk = "0.8.1" +globwalk = "0.9.0" ``` The following piece of code recursively find all `png`, `jpg`, or `gif` files: