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() {