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

Add dataframe crate to the release (#507)

This commit is contained in:
Jakub Žádník 2023-05-20 15:59:28 +03:00 committed by GitHub
parent 771586844f
commit 8a70776fe8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,7 @@ let subcrates_wave_1 = [
let subcrates_wave_2 = [ let subcrates_wave_2 = [
nu-cmd-lang, nu-cmd-lang,
nu-cmd-dataframe,
nu-command, nu-command,
] ]