Skip to content

Commit

Permalink
Fix enabling regex filtering by default to actually do that.
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnavion authored Oct 8, 2021
1 parent 7d3ce21 commit c750c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ default-features = false
features = ["std"]

[features]
default = ["regex"]
default = ["regex-filter"]
regex-filter = ["regex"]

0 comments on commit c750c00

Please sign in to comment.