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: