From 4e89deb6ea88a9b67e892189aab023b47e5f816b Mon Sep 17 00:00:00 2001 From: masklinn Date: Mon, 17 Jun 2024 20:55:22 +0200 Subject: [PATCH] 0.1.1 necessary to publish the right crate metadata Forgot to set the repo & doc before the initial push. --- regex-filtered/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regex-filtered/Cargo.toml b/regex-filtered/Cargo.toml index f2b96e0..a74338b 100644 --- a/regex-filtered/Cargo.toml +++ b/regex-filtered/Cargo.toml @@ -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"]