mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-02 15:17:47 +00:00
Fix the crate order in nu_release.nu
(#340)
Changes to the dependency graph happened for the 0.73 release
This commit is contained in:
parent
20d11d53d6
commit
408573ca27
1 changed files with 2 additions and 2 deletions
|
@ -11,9 +11,9 @@ let subcrates_wave_1 = [
|
||||||
nu-json,
|
nu-json,
|
||||||
nu-protocol,
|
nu-protocol,
|
||||||
nu-engine,
|
nu-engine,
|
||||||
nu-table,
|
|
||||||
nu-color-config,
|
|
||||||
nu-test-support,
|
nu-test-support,
|
||||||
|
nu-color-config,
|
||||||
|
nu-table,
|
||||||
nu-plugin,
|
nu-plugin,
|
||||||
nu-parser,
|
nu-parser,
|
||||||
nu-explore,
|
nu-explore,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue