Skip to content

Commit cd57f70

Browse files
committed
Clarify dependency ordering
1 parent 94d174c commit cd57f70

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

publish.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ DRY_RUN='false'
66
WORKINGDIR="$( cd "$(dirname "$0")" ; pwd -P )"
77
cd $WORKINGDIR
88

9+
# Order: dependencies first (so "librespot" using everything before it goes last)
910
crates=( "protocol" "oauth" "core" "discovery" "audio" "metadata" "playback" "connect" "librespot" )
1011

1112
function replace_in_file() {

0 commit comments

Comments
 (0)