From c750c001a94e29a4bcf9846a743f804f9ae3c05f Mon Sep 17 00:00:00 2001 From: Arnav Singh Date: Fri, 8 Oct 2021 00:11:57 -0700 Subject: [PATCH] Fix enabling regex filtering by default to actually do that. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 30aa585..5c89e95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,5 +24,5 @@ default-features = false features = ["std"] [features] -default = ["regex"] +default = ["regex-filter"] regex-filter = ["regex"]