forked from extern/nushell
include the nu-cmd-extra crate in the version command features (#9333)
We needed to include the nu-cmd-extra crate in the version command's features... In the style of this PR which fixed the dataframe feature upon adding the nu-cmd-dataframe crate... https://github.com/nushell/nushell/pull/9262
This commit is contained in:
parent
356e05177c
commit
b9e65e35b8
@ -121,7 +121,7 @@ which-support = ["nu-command/which-support", "nu-cmd-lang/which-support"]
|
|||||||
trash-support = ["nu-command/trash-support", "nu-cmd-lang/trash-support"]
|
trash-support = ["nu-command/trash-support", "nu-cmd-lang/trash-support"]
|
||||||
|
|
||||||
# Extra feature for nushell
|
# Extra feature for nushell
|
||||||
extra = ["nu-command/extra"]
|
extra = ["nu-command/extra", "nu-cmd-lang/extra"]
|
||||||
|
|
||||||
# Dataframe feature for nushell
|
# Dataframe feature for nushell
|
||||||
dataframe = ["nu-command/dataframe", "nu-cmd-lang/dataframe"]
|
dataframe = ["nu-command/dataframe", "nu-cmd-lang/dataframe"]
|
||||||
|
@ -33,3 +33,4 @@ sqlite = []
|
|||||||
dataframe = []
|
dataframe = []
|
||||||
static-link-openssl = []
|
static-link-openssl = []
|
||||||
wasi = []
|
wasi = []
|
||||||
|
extra = []
|
||||||
|
Loading…
Reference in New Issue
Block a user