Skip to content

Commit 9a08d95

Browse files
committed
Bump to pre-release
1 parent 0913120 commit 9a08d95

File tree

2 files changed

+40
-40
lines changed

2 files changed

+40
-40
lines changed

Cargo.lock

Lines changed: 28 additions & 28 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
@@ -286,15 +286,15 @@ strip = false
286286
## Temporary arrow-rs patch until 58.1.0 is released
287287

288288
[patch.crates-io]
289-
arrow = { git = "https://github.com/alamb/arrow-rs.git", branch = "alamb/prepare_58.1.0" }
290-
arrow-array = { git = "https://github.com/alamb/arrow-rs.git", branch = "alamb/prepare_58.1.0" }
291-
arrow-buffer = { git = "https://github.com/alamb/arrow-rs.git", branch = "alamb/prepare_58.1.0" }
292-
arrow-cast = { git = "https://github.com/alamb/arrow-rs.git", branch = "alamb/prepare_58.1.0" }
293-
arrow-data = { git = "https://github.com/alamb/arrow-rs.git", branch = "alamb/prepare_58.1.0" }
294-
arrow-ipc = { git = "https://github.com/alamb/arrow-rs.git", branch = "alamb/prepare_58.1.0" }
295-
arrow-schema = { git = "https://github.com/alamb/arrow-rs.git", branch = "alamb/prepare_58.1.0" }
296-
arrow-select = { git = "https://github.com/alamb/arrow-rs.git", branch = "alamb/prepare_58.1.0" }
297-
arrow-string = { git = "https://github.com/alamb/arrow-rs.git", branch = "alamb/prepare_58.1.0" }
298-
arrow-ord = { git = "https://github.com/alamb/arrow-rs.git", branch = "alamb/prepare_58.1.0" }
299-
arrow-flight = { git = "https://github.com/alamb/arrow-rs.git", branch = "alamb/prepare_58.1.0" }
300-
parquet = { git = "https://github.com/alamb/arrow-rs.git", branch = "alamb/prepare_58.1.0" }
289+
arrow = { git = "https://github.com/apache/arrow-rs.git", ref = "6cadf3b4de916c707e2103b123a168154e668a33" }
290+
arrow-array = { git = "https://github.com/apache/arrow-rs.git", ref = "6cadf3b4de916c707e2103b123a168154e668a33" }
291+
arrow-buffer = { git = "https://github.com/apache/arrow-rs.git", ref = "6cadf3b4de916c707e2103b123a168154e668a33" }
292+
arrow-cast = { git = "https://github.com/apache/arrow-rs.git", ref = "6cadf3b4de916c707e2103b123a168154e668a33" }
293+
arrow-data = { git = "https://github.com/apache/arrow-rs.git", ref = "6cadf3b4de916c707e2103b123a168154e668a33" }
294+
arrow-ipc = { git = "https://github.com/apache/arrow-rs.git", ref = "6cadf3b4de916c707e2103b123a168154e668a33" }
295+
arrow-schema = { git = "https://github.com/apache/arrow-rs.git", ref = "6cadf3b4de916c707e2103b123a168154e668a33" }
296+
arrow-select = { git = "https://github.com/apache/arrow-rs.git", ref = "6cadf3b4de916c707e2103b123a168154e668a33" }
297+
arrow-string = { git = "https://github.com/apache/arrow-rs.git", ref = "6cadf3b4de916c707e2103b123a168154e668a33" }
298+
arrow-ord = { git = "https://github.com/apache/arrow-rs.git", ref = "6cadf3b4de916c707e2103b123a168154e668a33" }
299+
arrow-flight = { git = "https://github.com/apache/arrow-rs.git", ref = "6cadf3b4de916c707e2103b123a168154e668a33" }
300+
parquet = { git = "https://github.com/apache/arrow-rs.git", ref = "6cadf3b4de916c707e2103b123a168154e668a33" }

0 commit comments

Comments
 (0)