mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 22:57:46 +00:00
nu_release.nu
crate order fixup (#341)
Missed that `nu-protocol` also uses `nu-test-support`
This commit is contained in:
parent
408573ca27
commit
87678fcded
1 changed files with 1 additions and 1 deletions
|
@ -9,9 +9,9 @@ let subcrates_wave_1 = [
|
|||
nu-system,
|
||||
nu-path,
|
||||
nu-json,
|
||||
nu-test-support,
|
||||
nu-protocol,
|
||||
nu-engine,
|
||||
nu-test-support,
|
||||
nu-color-config,
|
||||
nu-table,
|
||||
nu-plugin,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue