Skip to content

Commit

Permalink
'fix' patch path
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Lanham committed Oct 1, 2024
1 parent 45ad004 commit 36445e4
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ edition = "2021"
[workspace]

[dependencies]
arrow = "=52.0.0"
arrow = "=52.1.0"
delta_kernel = { path = "../kernel", features = ["arrow-conversion"] }

[patch.'file:///tmp/delta-kernel-rs/kernel']
arrow = "=52.0.0"
arrow-arith = "=52.0.0"
arrow-array = "=52.0.0"
arrow-buffer = "=52.0.0"
arrow-cast = "=52.0.0"
arrow-data = "=52.0.0"
arrow-ord = "=52.0.0"
arrow-json = "=52.0.0"
arrow-select = "=52.0.0"
arrow-schema = "=52.0.0"
parquet = "=52.0.0"
[patch.'file:///../kernel']
arrow = "=52.1.0"
arrow-arith = "=52.1.0"
arrow-array = "=52.1.0"
arrow-buffer = "=52.1.0"
arrow-cast = "=52.1.0"
arrow-data = "=52.1.0"
arrow-ord = "=52.1.0"
arrow-json = "=52.1.0"
arrow-select = "=52.1.0"
arrow-schema = "=52.1.0"
parquet = "=52.1.0"

0 comments on commit 36445e4

Please sign in to comment.