add database feature to extra (#5322)

This commit is contained in:
Darren Schroeder 2022-04-24 18:26:56 -05:00 committed by GitHub
parent b38f90d4c7
commit aeed8670f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,7 @@ embed-resource = "1"
plugin = ["nu-plugin", "nu-cli/plugin", "nu-parser/plugin", "nu-command/plugin", "nu-protocol/plugin", "nu-engine/plugin"]
default = ["plugin", "which-support", "trash-support"]
stable = ["default"]
extra = ["default", "dataframe"]
extra = ["default", "dataframe", "database"]
wasi = []
# Stable (Default)