about summary refs log tree commit diff stats
path: root/update.sh
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-25 15:42:40 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-25 15:42:40 +0200
commitd083afc2db80a061dc96f8a9c47235edfce89854 (patch)
tree5c0e5b579373e4409e2e44aac271853c7ee192a5 /update.sh
parentfeat(crates/bytes): Support decimal number input (diff)
downloadyt-d083afc2db80a061dc96f8a9c47235edfce89854.tar.gz
yt-d083afc2db80a061dc96f8a9c47235edfce89854.zip
build(update.sh): Correct path specifications and upgrade incompatible deps
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh8
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