From c06184ee50a92e1259ab14eabb9ba927877446ba Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 26 May 2026 18:06:24 +0200 Subject: build(update.sh): Remove all redundant `update.sh` files Because everything is a Cargo workspace, updating every crate separately is pointless. --- update.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'update.sh') diff --git a/update.sh b/update.sh index e90b290..c92a4f3 100755 --- a/update.sh +++ b/update.sh @@ -14,7 +14,4 @@ nix flake update [ "$1" = "upgrade" ] && cargo upgrade --incompatible allow --pinned allow --recursive true cargo update --recursive - -./crates/yt_dlp/update.sh "$@" -./crates/libmpv2/update.sh "$@" # vim: ft=sh -- cgit v1.3.1