Skip to content

Commit f8621f9

Browse files
committed
chore: adopt the released datafusion 45 release
Signed-off-by: R. Tyler Croy <[email protected]>
1 parent 2a9c991 commit f8621f9

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,16 @@ object_store = { version = "0.11.2" , features = ["cloud"]}
4545
parquet = { version = "54" }
4646

4747
# datafusion
48-
datafusion = { git = "https://github.com/apache/arrow-datafusion.git", branch = "branch-45" }
49-
datafusion-expr = { git = "https://github.com/apache/arrow-datafusion.git", branch = "branch-45" }
50-
datafusion-common = { git = "https://github.com/apache/arrow-datafusion.git", branch = "branch-45" }
51-
datafusion-ffi = { git = "https://github.com/apache/arrow-datafusion.git", branch = "branch-45" }
52-
datafusion-functions = { git = "https://github.com/apache/arrow-datafusion.git", branch = "branch-45" }
53-
datafusion-functions-aggregate = { git = "https://github.com/apache/arrow-datafusion.git", branch = "branch-45" }
54-
datafusion-physical-expr = { git = "https://github.com/apache/arrow-datafusion.git", branch = "branch-45" }
55-
datafusion-physical-plan = { git = "https://github.com/apache/arrow-datafusion.git", branch = "branch-45" }
56-
datafusion-proto = { git = "https://github.com/apache/arrow-datafusion.git", branch = "branch-45" }
57-
datafusion-sql = { git = "https://github.com/apache/arrow-datafusion.git", branch = "branch-45" }
48+
datafusion = "45"
49+
datafusion-expr = "45"
50+
datafusion-common = "45"
51+
datafusion-ffi = "45"
52+
datafusion-functions = "45"
53+
datafusion-functions-aggregate = "45"
54+
datafusion-physical-expr = "45"
55+
datafusion-physical-plan = "45"
56+
datafusion-proto = "45"
57+
datafusion-sql = "45"
5858

5959
# serde
6060
serde = { version = "1.0.194", features = ["derive"] }

0 commit comments

Comments
 (0)