Skip to content

Commit

Permalink
0.1.1 necessary to publish the right crate metadata
Browse files Browse the repository at this point in the history
Forgot to set the repo & doc before the initial push.
  • Loading branch information
masklinn committed Jun 17, 2024
1 parent 1c72ae9 commit 4e89deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regex-filtered/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "regex-filtered"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
description = "Efficiently check an input against a large number of patterns"
keywords = ["regex", "filter", "FilteredRE2", "multiple", "prefilter"]
Expand Down

0 comments on commit 4e89deb

Please sign in to comment.