File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ rust-version.workspace = true
1515features = [" datafusion" , " json" ]
1616
1717[dependencies ]
18- deltalake-derive = { version = " 0.25 .0" , path = " ../derive" }
18+ deltalake-derive = { version = " 0.26 .0" , path = " ../derive" }
1919
2020delta_kernel.workspace = true
2121
Original file line number Diff line number Diff line change 11[package ]
22name = " deltalake-derive"
3- version = " 0.25 .0"
3+ version = " 0.26 .0"
44description = " Dervice macoros for use in delta ecosystem crates"
55authors.workspace = true
66rust-version.workspace = true
Original file line number Diff line number Diff line change 22
33set -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 \
You can’t perform that action at this time.
0 commit comments