1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-08-02 07:07:46 +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:
Stefan Holderbach 2023-01-10 21:48:13 +01:00 committed by GitHub
parent 20d11d53d6
commit 408573ca27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,