Skip to content

Commit bd17370

Browse files
committed
chore: modify the publish script to take the required crate ordering into consideration
Signed-off-by: R. Tyler Croy <[email protected]>
1 parent 53448c9 commit bd17370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -xe
44

5-
for crate in "derive" "core" "mount" "catalog-glue" "catalog-unity" "hdfs" "lakefs" "azure" "aws" "gcp" "deltalake"; do
5+
for crate in "derive" "core" "mount" "catalog-glue" "aws" "azure" "gcp" "catalog-unity" "hdfs" "lakefs" "deltalake"; do
66
echo ">> Dry-run publishing ${crate}"
77
(cd crates/${crate} && \
88
cargo publish \

0 commit comments

Comments
 (0)