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

Include nu-std in the release script (#462)

Only `nu` directly depends on it, so can be part of last wave.
This commit is contained in:
Stefan Holderbach 2023-04-25 20:45:35 +02:00 committed by GitHub
parent e8cda90b52
commit 382696cd21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,6 +26,7 @@ let subcrates_wave_2 = [
let subcrates_wave_3 = [
nu-cli,
nu-std,
# plugins
nu_plugin_query,