1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-08-01 06:37:46 +00:00

update release script for most recent crate addition nu-cmd-extra (#521)

This commit is contained in:
Michael Angerman 2023-06-02 14:01:42 -07:00 committed by GitHub
parent 6d5afb6a38
commit b92eb7c03f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,6 +22,7 @@ let subcrates_wave_1 = [
let subcrates_wave_2 = [
nu-cmd-lang,
nu-cmd-dataframe,
nu-cmd-extra,
nu-command,
]
@ -36,7 +37,7 @@ let subcrates_wave_3 = [
nu_plugin_formats,
]
# Recent versions of cargo verify the upload of your crate
# Recent versions of cargo verify the upload of your crate
# So no need to `sleep` anymore.
for subcrate in $subcrates_wave_1 {