aboutsummaryrefslogtreecommitdiffstats
path: root/update.sh
diff options
context:
space:
mode:
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