mirror of
https://github.com/nushell/nushell
synced 2025-01-12 13:19:01 +00:00
Fix the stable plugins to correct list
This commit is contained in:
parent
a8425daf14
commit
172ccc910e
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ semver = {version = "0.9.0", optional = true}
|
|||
|
||||
[features]
|
||||
default = ["sys", "ps", "textview", "inc", "str"]
|
||||
stable = ["sys", "ps", "starship-prompt", "textview", "binaryview", "match", "tree", "average", "sum"]
|
||||
stable = ["sys", "ps", "textview", "inc", "str", "starship-prompt", "binaryview", "match", "tree", "average", "sum", "post", "fetch", "clipboard"]
|
||||
|
||||
sys = ["heim", "battery"]
|
||||
ps = ["heim", "futures-timer"]
|
||||
|
|
Loading…
Reference in a new issue