Skip to content

Commit

Permalink
Bump version to 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilnaa committed Dec 20, 2023
1 parent d940533 commit 0e34ce7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0e34ce7

Please sign in to comment.