1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-08-02 07:07: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 = [ let subcrates_wave_2 = [
nu-cmd-lang, nu-cmd-lang,
nu-cmd-dataframe, nu-cmd-dataframe,
nu-cmd-extra,
nu-command, nu-command,
] ]