From d083afc2db80a061dc96f8a9c47235edfce89854 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 25 Aug 2024 15:42:40 +0200 Subject: build(update.sh): Correct path specifications and upgrade incompatible deps --- update.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'update.sh') 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 -- cgit 1.4.1