Skip to content
Closed
Changes from 1 commit
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
Next Next commit
Test upgrade to arrow 6.x with new prost/tonic
  • Loading branch information
alamb committed Nov 11, 2021
commit 0b85d0e204d25619025272b5969af69525376d62
8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,11 @@ exclude = ["python"]
[profile.release]
lto = true
codegen-units = 1


# experimentally try arrow 6.x with upgraded prost/tonic
# from https://github.com/apache/arrow-rs/pull/945
[patch.crates-io]
arrow = { git = "https://github.com/alamb/arrow-rs.git", branch = "alamb/try_backporting_deps" }
arrow-flight = { git = "https://github.com/alamb/arrow-rs.git", branch = "alamb/try_backporting_deps" }
parquet = { git = "https://github.com/alamb/arrow-rs.git", branch = "alamb/try_backporting_deps" }