Skip to content

Commit

Permalink
Updated publish to crates.io script
Browse files Browse the repository at this point in the history
  • Loading branch information
cloutiertyler committed Aug 3, 2023
1 parent 1a463cb commit dd22ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/publish-crates.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if [ $DRY_RUN != 1 ] ; then
fi

BASEDIR=$(pwd)
declare -a CRATES=("bindings-macro" "bindings-sys" "sats" "lib" "bindings" "standalone" "cli" "client-api-messages" "sdk")
declare -a CRATES=("bindings-macro" "bindings-sys" "sats" "lib" "bindings" "vm" "core" "client-api" "standalone" "cli" "client-api-messages" "sdk")

for crate in "${CRATES[@]}" ; do
if [ ! -d "${BASEDIR}/crates/${crate}" ] ; then
Expand Down

0 comments on commit dd22ee4

Please sign in to comment.