1
Fork 0
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:
Stefan Holderbach 2023-01-10 22:50:18 +01:00 committed by GitHub
parent 408573ca27
commit 87678fcded
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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