Skip to content

Commit

Permalink
update to version 0.1.1 (#254)
Browse files Browse the repository at this point in the history
Updating for the arrow 0.52 support
  • Loading branch information
nicklan authored Jun 11, 2024
1 parent 76fbde9 commit 71cb0f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ keywords = ["deltalake", "delta", "datalake"]
license = "Apache-2.0"
repository = "https://github.com/delta-incubator/delta-kernel-rs"
readme = "README.md"
version = "0.1.0"
version = "0.1.1"

[workspace.dependencies]
arrow = { version = "^52.0" }
Expand Down
2 changes: 1 addition & 1 deletion ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ url = "2"
delta_kernel = { path = "../kernel", default-features = false, features = [
"developer-visibility",
] }
delta_kernel_ffi_macros = { path = "../ffi-proc-macros", version = "0.1.0" }
delta_kernel_ffi_macros = { path = "../ffi-proc-macros", version = "0.1.1" }

# used if we use the default engine to be able to move arrow data into the c-ffi format
arrow-schema = { version = "^52.0", default-features = false, features = [
Expand Down
2 changes: 1 addition & 1 deletion kernel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ uuid = "1.3.0"
z85 = "3.0.5"

# bring in our derive macros
delta_kernel_derive = { path = "../derive-macros", version = "0.1.0" }
delta_kernel_derive = { path = "../derive-macros", version = "0.1.1" }

# used for developer-visibility
visibility = "0.1.0"
Expand Down

0 comments on commit 71cb0f6

Please sign in to comment.