We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53448c9 commit bd17370Copy full SHA for bd17370
dev/publish.sh
@@ -2,7 +2,7 @@
2
3
set -xe
4
5
-for crate in "derive" "core" "mount" "catalog-glue" "catalog-unity" "hdfs" "lakefs" "azure" "aws" "gcp" "deltalake"; do
+for crate in "derive" "core" "mount" "catalog-glue" "aws" "azure" "gcp" "catalog-unity" "hdfs" "lakefs" "deltalake"; do
6
echo ">> Dry-run publishing ${crate}"
7
(cd crates/${crate} && \
8
cargo publish \
0 commit comments