From cd57f706f64434f7724cd2f7c63e04a036c78f36 Mon Sep 17 00:00:00 2001 From: Roderick van Domburg Date: Sun, 27 Oct 2024 15:50:27 +0100 Subject: [PATCH] Clarify dependency ordering --- publish.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/publish.sh b/publish.sh index d1d8f783..c2187dc5 100755 --- a/publish.sh +++ b/publish.sh @@ -6,6 +6,7 @@ DRY_RUN='false' WORKINGDIR="$( cd "$(dirname "$0")" ; pwd -P )" cd $WORKINGDIR +# Order: dependencies first (so "librespot" using everything before it goes last) crates=( "protocol" "oauth" "core" "discovery" "audio" "metadata" "playback" "connect" "librespot" ) function replace_in_file() {