Skip to content

Commit

Permalink
chore(deps): update delta_kernel requirement from =0.6.0 to =0.6.1
Browse files Browse the repository at this point in the history
Updates the requirements on [delta_kernel](https://github.com/delta-io/delta-kernel-rs) to permit the latest version.
- [Changelog](https://github.com/delta-io/delta-kernel-rs/blob/main/CHANGELOG.md)
- [Commits](delta-io/delta-kernel-rs@v0.6.0...v0.6.0)

---
updated-dependencies:
- dependency-name: delta_kernel
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 16, 2025
1 parent af3102e commit fd4d20e
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.6.0", features = ["default-engine"] }
delta_kernel = { version = "=0.6.1", features = ["default-engine"] }
#delta_kernel = { path = "../delta-kernel-rs/kernel", features = ["sync-engine"] }

# arrow
Expand Down

0 comments on commit fd4d20e

Please sign in to comment.