Skip to content

Commit 63a85eb

Browse files
committed
Update to pre-release main
1 parent ca11966 commit 63a85eb

File tree

2 files changed

+38
-39
lines changed

2 files changed

+38
-39
lines changed

Cargo.lock

Lines changed: 25 additions & 26 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
@@ -272,21 +272,21 @@ inherits = "release"
272272
debug = true
273273
strip = false
274274

275-
## Temporary arrow-rs patch until 57.2.0 is released
275+
## Temporary arrow-rs patch until 58 is released
276276

277277
[patch.crates-io]
278-
arrow = { git = "https://github.com/alamb/arrow-rs.git", branch = "alamb/prepare_57.2.0" }
279-
arrow-array = { git = "https://github.com/alamb/arrow-rs.git", branch = "alamb/prepare_57.2.0" }
280-
arrow-buffer = { git = "https://github.com/alamb/arrow-rs.git", branch = "alamb/prepare_57.2.0" }
281-
arrow-cast = { git = "https://github.com/alamb/arrow-rs.git", branch = "alamb/prepare_57.2.0" }
282-
arrow-data = { git = "https://github.com/alamb/arrow-rs.git", branch = "alamb/prepare_57.2.0" }
283-
arrow-ipc = { git = "https://github.com/alamb/arrow-rs.git", branch = "alamb/prepare_57.2.0" }
284-
arrow-schema = { git = "https://github.com/alamb/arrow-rs.git", branch = "alamb/prepare_57.2.0" }
285-
arrow-select = { git = "https://github.com/alamb/arrow-rs.git", branch = "alamb/prepare_57.2.0" }
286-
arrow-string = { git = "https://github.com/alamb/arrow-rs.git", branch = "alamb/prepare_57.2.0" }
287-
arrow-ord = { git = "https://github.com/alamb/arrow-rs.git", branch = "alamb/prepare_57.2.0" }
288-
arrow-flight = { git = "https://github.com/alamb/arrow-rs.git", branch = "alamb/prepare_57.2.0" }
289-
parquet = { git = "https://github.com/alamb/arrow-rs.git", branch = "alamb/prepare_57.2.0" }
278+
arrow = { git = "https://github.com/apache/arrow-rs.git", branch = "main" }
279+
arrow-array = { git = "https://github.com/apache/arrow-rs.git", branch = "main" }
280+
arrow-buffer = { git = "https://github.com/apache/arrow-rs.git", branch = "main" }
281+
arrow-cast = { git = "https://github.com/apache/arrow-rs.git", branch = "main" }
282+
arrow-data = { git = "https://github.com/apache/arrow-rs.git", branch = "main" }
283+
arrow-ipc = { git = "https://github.com/apache/arrow-rs.git", branch = "main" }
284+
arrow-schema = { git = "https://github.com/apache/arrow-rs.git", branch = "main" }
285+
arrow-select = { git = "https://github.com/apache/arrow-rs.git", branch = "main" }
286+
arrow-string = { git = "https://github.com/apache/arrow-rs.git", branch = "main" }
287+
arrow-ord = { git = "https://github.com/apache/arrow-rs.git", branch = "main" }
288+
arrow-flight = { git = "https://github.com/apache/arrow-rs.git", branch = "main" }
289+
parquet = { git = "https://github.com/apache/arrow-rs.git", branch = "main" }
290290

291291
#arrow = { path= "/Users/andrewlamb/Software/arrow-rs2/arrow" }
292292
#arrow-array = { path= "/Users/andrewlamb/Software/arrow-rs2/arrow-array" }

0 commit comments

Comments
 (0)