From c38a3be1b18252ea14c745fb5e4306f21fc2c232 Mon Sep 17 00:00:00 2001 From: Roderick van Domburg Date: Tue, 15 Oct 2024 20:37:47 +0200 Subject: [PATCH] Fix publish script: core depends on oauth --- publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish.sh b/publish.sh index c9982c97..7a685e03 100755 --- a/publish.sh +++ b/publish.sh @@ -6,7 +6,7 @@ DRY_RUN='false' WORKINGDIR="$( cd "$(dirname "$0")" ; pwd -P )" cd $WORKINGDIR -crates=( "protocol" "core" "discovery" "oauth" "audio" "metadata" "playback" "connect" "librespot" ) +crates=( "protocol" "oauth" "core" "discovery" "audio" "metadata" "playback" "connect" "librespot" ) OS=`uname` function replace_in_file() {