Skip to content

Commit ea8b700

Browse files
committed
update pin
1 parent 1c44c5c commit ea8b700

File tree

2 files changed

+29
-29
lines changed

2 files changed

+29
-29
lines changed

Cargo.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -219,20 +219,20 @@ uninlined_format_args = "warn"
219219
unexpected_cfgs = { level = "warn", check-cfg = ["cfg(tarpaulin)"] }
220220
unused_qualifications = "deny"
221221

222-
# pin to https://github.com/apache/arrow-rs/pull/7597
222+
# pin to pre-release arrow
223223
[patch.crates-io]
224-
arrow = { git = "https://github.com/apache/arrow-rs.git", rev = "092914f0be3a11d16417a02ef8b031e87a52df0c" }
225-
arrow-array = { git = "https://github.com/apache/arrow-rs.git", rev = "092914f0be3a11d16417a02ef8b031e87a52df0c" }
226-
arrow-buffer = { git = "https://github.com/apache/arrow-rs.git", rev = "092914f0be3a11d16417a02ef8b031e87a52df0c" }
227-
arrow-cast = { git = "https://github.com/apache/arrow-rs.git", rev = "092914f0be3a11d16417a02ef8b031e87a52df0c" }
228-
arrow-data = { git = "https://github.com/apache/arrow-rs.git", rev = "092914f0be3a11d16417a02ef8b031e87a52df0c" }
229-
arrow-ipc = { git = "https://github.com/apache/arrow-rs.git", rev = "092914f0be3a11d16417a02ef8b031e87a52df0c" }
230-
arrow-schema = { git = "https://github.com/apache/arrow-rs.git", rev = "092914f0be3a11d16417a02ef8b031e87a52df0c" }
231-
arrow-select = { git = "https://github.com/apache/arrow-rs.git", rev = "092914f0be3a11d16417a02ef8b031e87a52df0c" }
232-
arrow-string = { git = "https://github.com/apache/arrow-rs.git", rev = "092914f0be3a11d16417a02ef8b031e87a52df0c" }
233-
arrow-ord = { git = "https://github.com/apache/arrow-rs.git", rev = "092914f0be3a11d16417a02ef8b031e87a52df0c" }
234-
arrow-flight = { git = "https://github.com/apache/arrow-rs.git", rev = "092914f0be3a11d16417a02ef8b031e87a52df0c" }
235-
parquet = { git = "https://github.com/apache/arrow-rs.git", rev = "092914f0be3a11d16417a02ef8b031e87a52df0c" }
224+
arrow = { git = "https://github.com/apache/arrow-rs.git", rev = "52d8d568f4ddd9069b743fc0eab17ffe102da35b" }
225+
arrow-array = { git = "https://github.com/apache/arrow-rs.git", rev = "52d8d568f4ddd9069b743fc0eab17ffe102da35b" }
226+
arrow-buffer = { git = "https://github.com/apache/arrow-rs.git", rev = "52d8d568f4ddd9069b743fc0eab17ffe102da35b" }
227+
arrow-cast = { git = "https://github.com/apache/arrow-rs.git", rev = "52d8d568f4ddd9069b743fc0eab17ffe102da35b" }
228+
arrow-data = { git = "https://github.com/apache/arrow-rs.git", rev = "52d8d568f4ddd9069b743fc0eab17ffe102da35b" }
229+
arrow-ipc = { git = "https://github.com/apache/arrow-rs.git", rev = "52d8d568f4ddd9069b743fc0eab17ffe102da35b" }
230+
arrow-schema = { git = "https://github.com/apache/arrow-rs.git", rev = "52d8d568f4ddd9069b743fc0eab17ffe102da35b" }
231+
arrow-select = { git = "https://github.com/apache/arrow-rs.git", rev = "52d8d568f4ddd9069b743fc0eab17ffe102da35b" }
232+
arrow-string = { git = "https://github.com/apache/arrow-rs.git", rev = "52d8d568f4ddd9069b743fc0eab17ffe102da35b" }
233+
arrow-ord = { git = "https://github.com/apache/arrow-rs.git", rev = "52d8d568f4ddd9069b743fc0eab17ffe102da35b" }
234+
arrow-flight = { git = "https://github.com/apache/arrow-rs.git", rev = "52d8d568f4ddd9069b743fc0eab17ffe102da35b" }
235+
parquet = { git = "https://github.com/apache/arrow-rs.git", rev = "52d8d568f4ddd9069b743fc0eab17ffe102da35b" }
236236

237237
#arrow = { path= "/Users/andrewlamb/Software/arrow-rs/arrow" }
238238
#arrow-array = { path= "/Users/andrewlamb/Software/arrow-rs/arrow-array" }

0 commit comments

Comments
 (0)