removed the requirement on the 'regex' feature for the match plugin

The nu_plugin_match binary wasn't built anymore
after the regex dependency was made non-optional in
https://github.com/nushell/nushell/pull/889, causing
the removal of the regex feature, which nu_plugin_match
depended on.
This commit is contained in:
Lars Mühmel 2019-11-08 13:33:28 +01:00
parent 8855c54391
commit 078342442d

View file

@ -152,7 +152,6 @@ path = "src/plugins/skip.rs"
[[bin]]
name = "nu_plugin_match"
path = "src/plugins/match.rs"
required-features = ["regex"]
[[bin]]
name = "nu_plugin_sys"