mirror of
https://github.com/nushell/nushell
synced 2024-12-26 04:53:09 +00:00
Fix missing dep
This commit is contained in:
parent
0e98cf3f1e
commit
17586bdfbd
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ semver = {version = "0.9.0", optional = true}
|
||||||
default = ["sys", "ps", "textview", "match", "inc", "average", "str", "sum"]
|
default = ["sys", "ps", "textview", "match", "inc", "average", "str", "sum"]
|
||||||
sys = ["heim", "battery"]
|
sys = ["heim", "battery"]
|
||||||
ps = ["heim"]
|
ps = ["heim"]
|
||||||
textview = ["crossterm", "syntect", "onig_sys"]
|
textview = ["crossterm", "syntect", "onig_sys", "url"]
|
||||||
inc = ["semver"]
|
inc = ["semver"]
|
||||||
str = []
|
str = []
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue