From ab8605a62fc88255dbcc079a16102f17dbe5e704 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 18 Jul 2025 18:14:34 +0200 Subject: build({update.sh,crates/{libmpv2,yt_dlp}/update.sh}): Remove pointless update instructions We only need to explicitly update the creates that are not part of the workspace. --- crates/yt_dlp/update.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'crates/yt_dlp/update.sh') diff --git a/crates/yt_dlp/update.sh b/crates/yt_dlp/update.sh index c1a0215..ab03b62 100755 --- a/crates/yt_dlp/update.sh +++ b/crates/yt_dlp/update.sh @@ -10,6 +10,4 @@ # You should have received a copy of the License along with this program. # If not, see . -cd "$(dirname "$0")" || exit 1 -[ "$1" = "upgrade" ] && cargo upgrade --incompatible -cargo update +./crates/pyo3-pylogger/update.sh "$@" -- cgit 1.4.1