Skip to content

Commit

Permalink
chore(dev/release): hold off publishing adbc_snowflake crate for now (
Browse files Browse the repository at this point in the history
#2340)

This reverts commit 041f72d.

We want to hold off publishing the `adbc_snowflake` crate to crates.io
for now.
  • Loading branch information
mbrobbel authored Nov 27, 2024
1 parent 8ea186d commit 6fc6dff
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dev/release/post-08-rust.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,10 @@ main() {

pushd "${SOURCE_TOP_DIR}/rust"
cargo publish --all-features -p adbc_core
cargo publish -p adbc_snowflake
popd

echo "Success! The released Cargo crates are available here:"
echo "Success! The released Cargo crate is available here:"
echo " https://crates.io/crates/adbc_core"
echo " https://crates.io/crates/adbc_snowflake"
}

main "$@"

0 comments on commit 6fc6dff

Please sign in to comment.