Skip to content

Commit 49cb62e

Browse files
committed
Update rev
1 parent 8918b3c commit 49cb62e

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
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: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -222,18 +222,18 @@ unused_qualifications = "deny"
222222

223223
# pin to https://github.com/apache/arrow-rs/pull/7597
224224
[patch.crates-io]
225-
arrow = { git = "https://github.com/apache/arrow-rs.git", rev = "7739a83fe007455dc88e2d926f11d9019905c6a6" }
226-
arrow-array = { git = "https://github.com/apache/arrow-rs.git", rev = "7739a83fe007455dc88e2d926f11d9019905c6a6" }
227-
arrow-buffer = { git = "https://github.com/apache/arrow-rs.git", rev = "7739a83fe007455dc88e2d926f11d9019905c6a6" }
228-
arrow-cast = { git = "https://github.com/apache/arrow-rs.git", rev = "7739a83fe007455dc88e2d926f11d9019905c6a6" }
229-
arrow-data = { git = "https://github.com/apache/arrow-rs.git", rev = "7739a83fe007455dc88e2d926f11d9019905c6a6" }
230-
arrow-ipc = { git = "https://github.com/apache/arrow-rs.git", rev = "7739a83fe007455dc88e2d926f11d9019905c6a6" }
231-
arrow-schema = { git = "https://github.com/apache/arrow-rs.git", rev = "7739a83fe007455dc88e2d926f11d9019905c6a6" }
232-
arrow-select = { git = "https://github.com/apache/arrow-rs.git", rev = "7739a83fe007455dc88e2d926f11d9019905c6a6" }
233-
arrow-string = { git = "https://github.com/apache/arrow-rs.git", rev = "7739a83fe007455dc88e2d926f11d9019905c6a6" }
234-
arrow-ord = { git = "https://github.com/apache/arrow-rs.git", rev = "7739a83fe007455dc88e2d926f11d9019905c6a6" }
235-
arrow-flight = { git = "https://github.com/apache/arrow-rs.git", rev = "7739a83fe007455dc88e2d926f11d9019905c6a6" }
236-
parquet = { git = "https://github.com/apache/arrow-rs.git", rev = "7739a83fe007455dc88e2d926f11d9019905c6a6" }
225+
arrow = { git = "https://github.com/apache/arrow-rs.git", rev = "95c7b2a36aac01c8d398f6b8a072b20429f391db" }
226+
arrow-array = { git = "https://github.com/apache/arrow-rs.git", rev = "95c7b2a36aac01c8d398f6b8a072b20429f391db" }
227+
arrow-buffer = { git = "https://github.com/apache/arrow-rs.git", rev = "95c7b2a36aac01c8d398f6b8a072b20429f391db" }
228+
arrow-cast = { git = "https://github.com/apache/arrow-rs.git", rev = "95c7b2a36aac01c8d398f6b8a072b20429f391db" }
229+
arrow-data = { git = "https://github.com/apache/arrow-rs.git", rev = "95c7b2a36aac01c8d398f6b8a072b20429f391db" }
230+
arrow-ipc = { git = "https://github.com/apache/arrow-rs.git", rev = "95c7b2a36aac01c8d398f6b8a072b20429f391db" }
231+
arrow-schema = { git = "https://github.com/apache/arrow-rs.git", rev = "95c7b2a36aac01c8d398f6b8a072b20429f391db" }
232+
arrow-select = { git = "https://github.com/apache/arrow-rs.git", rev = "95c7b2a36aac01c8d398f6b8a072b20429f391db" }
233+
arrow-string = { git = "https://github.com/apache/arrow-rs.git", rev = "95c7b2a36aac01c8d398f6b8a072b20429f391db" }
234+
arrow-ord = { git = "https://github.com/apache/arrow-rs.git", rev = "95c7b2a36aac01c8d398f6b8a072b20429f391db" }
235+
arrow-flight = { git = "https://github.com/apache/arrow-rs.git", rev = "95c7b2a36aac01c8d398f6b8a072b20429f391db" }
236+
parquet = { git = "https://github.com/apache/arrow-rs.git", rev = "95c7b2a36aac01c8d398f6b8a072b20429f391db" }
237237

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

0 commit comments

Comments
 (0)