diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-25 15:42:40 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-25 15:42:40 +0200 |
commit | d083afc2db80a061dc96f8a9c47235edfce89854 (patch) | |
tree | 5c0e5b579373e4409e2e44aac271853c7ee192a5 /update.sh | |
parent | feat(crates/bytes): Support decimal number input (diff) | |
download | yt-d083afc2db80a061dc96f8a9c47235edfce89854.tar.gz yt-d083afc2db80a061dc96f8a9c47235edfce89854.zip |
build(update.sh): Correct path specifications and upgrade incompatible deps
Diffstat (limited to 'update.sh')
-rwxr-xr-x | update.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/update.sh b/update.sh index af2c334..8bec4a4 100755 --- a/update.sh +++ b/update.sh @@ -12,10 +12,10 @@ nix flake update -[ "$1" = "upgrade" ] && cargo upgrade +[ "$1" = "upgrade" ] && cargo upgrade --incompatible cargo update -./yt_dlp/update.sh "$@" -./libmpv2/update.sh "$@" - +./crates/yt_dlp/update.sh "$@" +./crates/libmpv2/update.sh "$@" +./crates/bytes/update.sh "$@" # vim: ft=sh |