Skip to content

Commit e53a7e0

Browse files
committed
chore: update kernel to 0.11
Signed-off-by: Robert Pack <[email protected]>
1 parent c40d41e commit e53a7e0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,7 @@ debug = true
2626
debug = "line-tables-only"
2727

2828
[workspace.dependencies]
29-
delta_kernel = { version = "0.10.0", features = [
30-
"arrow-55",
31-
"internal-api",
32-
], git = "https://github.com/delta-io/delta-kernel-rs", rev = "fb3ca3b5505234e0692c3578297a77d397b17611" }
29+
delta_kernel = { version = "0.11.0", features = ["arrow-55", "internal-api"] }
3330

3431
# arrow
3532
arrow = { version = "=55.0.0" }

0 commit comments

Comments
 (0)