mirror of
https://github.com/nushell/nushell
synced 2024-12-26 21:13:19 +00:00
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:
parent
8855c54391
commit
078342442d
1 changed files with 0 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue