Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ flate2 = { workspace = true }
# prost-build at compile time, which shells out to `protoc`. Any build of
# hudi-core (CI, Docker, local dev, downstream consumers) must therefore
# have `protoc` available on PATH — there is no opt-out.
lance-core = { version = "4.0.1" }
lance-core = { version = "6.0.1" }
lance-encoding = { version = "4.0.1" }
lance-file = { version = "4.0.1" }
lance-io = { version = "4.0.1" }
Expand Down
Loading