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:
@ -33,3 +33,4 @@ sqlite = []
|
||||
dataframe = []
|
||||
static-link-openssl = []
|
||||
wasi = []
|
||||
extra = []
|
||||
|
Reference in New Issue
Block a user