Skip to content

Commit

Permalink
feat: update version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakobzs committed Jul 1, 2024
1 parent 7bc588c commit f97c3b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Add this crate as a dependency to your `Cargo.toml` file.

```toml
[dependencies]
patternscanner = "0.5.0"
patternscanner = "0.6.0"
```

## Example
Expand Down
8 changes: 3 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
[package]
name = "patternscanner"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
description = "A high performance multithreaded pattern scanner"
license = "MIT"
readme = ".github/readme.md"
repository = "https://github.com/jakobzs/patternscanner"
documentation = "https://docs.rs/patternscanner"
exclude = [
".gitignore",
]
exclude = [".gitignore"]

[dependencies]
rayon = "1"
thiserror = "1"
thiserror = "1"

0 comments on commit f97c3b8

Please sign in to comment.