Reorder release dependencies (#754)

These are the changes after running nu_deps
This commit is contained in:
Jakub Žádník 2024-03-05 22:27:04 +02:00 committed by GitHub
parent 25514da84d
commit bccdab661a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,8 +27,8 @@ let subcrates_wave_1 = [
nu-plugin,
nu-color-config,
nu-parser,
nu-std,
nu-table,
nu-explore,
nu-cmd-base,
]
@ -39,10 +39,10 @@ let subcrates_wave_2 = [
let subcrates_wave_3 = [
nu-command,
nu-explore,
nu-cli,
nu-cmd-dataframe,
nu-cmd-extra,
nu-cli,
nu-std,
nu-lsp,
nu_plugin_query,