Skip to content

Commit

Permalink
fix: update delta kernel version (#2685)
Browse files Browse the repository at this point in the history
# Description
Bump delta kernel version, to support tables written with Uniform
protocol enabled

# Related Issue(s)
closes #2578
  • Loading branch information
jeppe742 authored Jul 19, 2024
1 parent 18e7451 commit 1b43c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ debug = true
debug = "line-tables-only"

[workspace.dependencies]
delta_kernel = { version = "0.1.1" }
delta_kernel = { version = "0.2.0" }
# delta_kernel = { path = "../delta-kernel-rs/kernel" }

# arrow
Expand Down

0 comments on commit 1b43c4a

Please sign in to comment.