We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 84d28e8 + c38a3be commit eae43a7Copy full SHA for eae43a7
1 file changed
publish.sh
@@ -6,7 +6,7 @@ DRY_RUN='false'
6
WORKINGDIR="$( cd "$(dirname "$0")" ; pwd -P )"
7
cd $WORKINGDIR
8
9
-crates=( "protocol" "core" "discovery" "oauth" "audio" "metadata" "playback" "connect" "librespot" )
+crates=( "protocol" "oauth" "core" "discovery" "audio" "metadata" "playback" "connect" "librespot" )
10
11
OS=`uname`
12
function replace_in_file() {
0 commit comments