Skip to content

Commit

Permalink
chore: adopt the released datafusion 45 release
Browse files Browse the repository at this point in the history
Signed-off-by: R. Tyler Croy <[email protected]>
  • Loading branch information
rtyler committed Feb 7, 2025
1 parent 2a9c991 commit f8621f9
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,16 @@ object_store = { version = "0.11.2" , features = ["cloud"]}
parquet = { version = "54" }

# datafusion
datafusion = { git = "https://github.com/apache/arrow-datafusion.git", branch = "branch-45" }
datafusion-expr = { git = "https://github.com/apache/arrow-datafusion.git", branch = "branch-45" }
datafusion-common = { git = "https://github.com/apache/arrow-datafusion.git", branch = "branch-45" }
datafusion-ffi = { git = "https://github.com/apache/arrow-datafusion.git", branch = "branch-45" }
datafusion-functions = { git = "https://github.com/apache/arrow-datafusion.git", branch = "branch-45" }
datafusion-functions-aggregate = { git = "https://github.com/apache/arrow-datafusion.git", branch = "branch-45" }
datafusion-physical-expr = { git = "https://github.com/apache/arrow-datafusion.git", branch = "branch-45" }
datafusion-physical-plan = { git = "https://github.com/apache/arrow-datafusion.git", branch = "branch-45" }
datafusion-proto = { git = "https://github.com/apache/arrow-datafusion.git", branch = "branch-45" }
datafusion-sql = { git = "https://github.com/apache/arrow-datafusion.git", branch = "branch-45" }
datafusion = "45"
datafusion-expr = "45"
datafusion-common = "45"
datafusion-ffi = "45"
datafusion-functions = "45"
datafusion-functions-aggregate = "45"
datafusion-physical-expr = "45"
datafusion-physical-plan = "45"
datafusion-proto = "45"
datafusion-sql = "45"

# serde
serde = { version = "1.0.194", features = ["derive"] }
Expand Down

0 comments on commit f8621f9

Please sign in to comment.