Skip to content

Commit

Permalink
[release/candidate/v0.10.0]: Manually apply open PR: Update tools/pub…
Browse files Browse the repository at this point in the history
…lish-crates.sh (#1426)
  • Loading branch information
Zeke Foppa committed Jun 13, 2024
1 parent 33e915a commit 5889691
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=("metrics" "primitives" "bindings-macro" "bindings-sys" "sats" "lib" "bindings" "vm" "client-api-messages" "core" "client-api" "standalone" "cli" "sdk")
declare -a CRATES=("metrics" "primitives" "fs-utils" "data-structures" "bindings-macro" "bindings-sys" "sats" "commitlog" "durability" "lib" "bindings" "table" "snapshot" "vm" "client-api-messages" "core" "client-api" "standalone" "cli" "sdk")

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

0 comments on commit 5889691

Please sign in to comment.