From 408573ca27e5aec4c24e99d0908c29feb0f36f0d Mon Sep 17 00:00:00 2001 From: Stefan Holderbach Date: Tue, 10 Jan 2023 21:48:13 +0100 Subject: [PATCH] Fix the crate order in `nu_release.nu` (#340) Changes to the dependency graph happened for the 0.73 release --- make_release/nu_release.nu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make_release/nu_release.nu b/make_release/nu_release.nu index 7d6cbd7..f497b14 100644 --- a/make_release/nu_release.nu +++ b/make_release/nu_release.nu @@ -11,9 +11,9 @@ let subcrates_wave_1 = [ nu-json, nu-protocol, nu-engine, - nu-table, - nu-color-config, nu-test-support, + nu-color-config, + nu-table, nu-plugin, nu-parser, nu-explore,