diff options
| -rwxr-xr-x | update.sh | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -12,9 +12,10 @@ nix flake update -[ "$1" = "upgrade" ] && cargo upgrade --incompatible -cargo update +[ "$1" = "upgrade" ] && cargo upgrade --incompatible allow --pinned allow --recursive true +cargo update --recursive +# TODO: Not all of these update are currently needed. <2024-11-04> ./crates/yt_dlp/update.sh "$@" ./crates/libmpv2/update.sh "$@" ./crates/bytes/update.sh "$@" |
