Skip to content

Commit 2f528d2

Browse files
authored
chore: use DataFusion 55.0.0 from crates.io (#1695)
Now that DataFusion 55.0.0 is published to crates.io, remove the [patch.crates-io] entries that pointed at the 55.0.0-rc3 git tag.
1 parent 2bd80ec commit 2f528d2

2 files changed

Lines changed: 76 additions & 48 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,3 @@ codegen-units = 2
7272
# We cannot publish to crates.io with any patches in the below section. Developers
7373
# must remove any entries in this section before creating a release candidate.
7474
[patch.crates-io]
75-
datafusion = { git = "https://github.com/apache/datafusion", rev = "55.0.0-rc3" }
76-
datafusion-substrait = { git = "https://github.com/apache/datafusion", rev = "55.0.0-rc3" }
77-
datafusion-proto = { git = "https://github.com/apache/datafusion", rev = "55.0.0-rc3" }
78-
datafusion-ffi = { git = "https://github.com/apache/datafusion", rev = "55.0.0-rc3" }
79-
datafusion-catalog = { git = "https://github.com/apache/datafusion", rev = "55.0.0-rc3" }
80-
datafusion-common = { git = "https://github.com/apache/datafusion", rev = "55.0.0-rc3" }
81-
datafusion-functions-aggregate = { git = "https://github.com/apache/datafusion", rev = "55.0.0-rc3" }
82-
datafusion-functions-window = { git = "https://github.com/apache/datafusion", rev = "55.0.0-rc3" }
83-
datafusion-spark = { git = "https://github.com/apache/datafusion", rev = "55.0.0-rc3" }
84-
datafusion-expr = { git = "https://github.com/apache/datafusion", rev = "55.0.0-rc3" }

0 commit comments

Comments
 (0)