Skip to content

Commit 68782da

Browse files
committed
chore: ensure derive is ready for publishing too
Signed-off-by: R. Tyler Croy <[email protected]>
1 parent b3ed075 commit 68782da

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

crates/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rust-version.workspace = true
1515
features = ["datafusion", "json"]
1616

1717
[dependencies]
18-
deltalake-derive = { version = "0.25.0", path = "../derive" }
18+
deltalake-derive = { version = "0.26.0", path = "../derive" }
1919

2020
delta_kernel.workspace = true
2121

crates/derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "deltalake-derive"
3-
version = "0.25.0"
3+
version = "0.26.0"
44
description = "Dervice macoros for use in delta ecosystem crates"
55
authors.workspace = true
66
rust-version.workspace = true

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

0 commit comments

Comments
 (0)