Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
Bump to 44.0.0-rc2
  • Loading branch information
andygrove authored Dec 28, 2024
1 parent fa4c56c commit 201dd0e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ arrow-buffer = { version = "53.3.0" }
arrow-data = { version = "53.3.0" }
arrow-schema = { version = "53.3.0" }
parquet = { version = "53.3.0", default-features = false, features = ["experimental"] }
datafusion = { git = "https://github.com/apache/datafusion.git", rev = "3864b113c3e3fe85e18462d6374f8244c4f77b27", default-features = false, features = ["unicode_expressions", "crypto_expressions"] }
datafusion-common = { git = "https://github.com/apache/datafusion.git", rev = "3864b113c3e3fe85e18462d6374f8244c4f77b27", default-features = false }
datafusion-functions = { git = "https://github.com/apache/datafusion.git", rev = "3864b113c3e3fe85e18462d6374f8244c4f77b27", default-features = false, features = ["crypto_expressions"] }
datafusion-functions-nested = { git = "https://github.com/apache/datafusion.git", rev = "3864b113c3e3fe85e18462d6374f8244c4f77b27", default-features = false }
datafusion-expr = { git = "https://github.com/apache/datafusion.git", rev = "3864b113c3e3fe85e18462d6374f8244c4f77b27", default-features = false }
datafusion-expr-common = { git = "https://github.com/apache/datafusion.git", rev = "3864b113c3e3fe85e18462d6374f8244c4f77b27", default-features = false }
datafusion-execution = { git = "https://github.com/apache/datafusion.git", rev = "3864b113c3e3fe85e18462d6374f8244c4f77b27", default-features = false }
datafusion-physical-plan = { git = "https://github.com/apache/datafusion.git", rev = "3864b113c3e3fe85e18462d6374f8244c4f77b27", default-features = false }
datafusion-physical-expr = { git = "https://github.com/apache/datafusion.git", rev = "3864b113c3e3fe85e18462d6374f8244c4f77b27", default-features = false }
datafusion = { git = "https://github.com/apache/datafusion.git", rev = "44.0.0-rc2", default-features = false, features = ["unicode_expressions", "crypto_expressions"] }
datafusion-common = { git = "https://github.com/apache/datafusion.git", rev = "44.0.0-rc2", default-features = false }
datafusion-functions = { git = "https://github.com/apache/datafusion.git", rev = "44.0.0-rc2", default-features = false, features = ["crypto_expressions"] }
datafusion-functions-nested = { git = "https://github.com/apache/datafusion.git", rev = "44.0.0-rc2", default-features = false }
datafusion-expr = { git = "https://github.com/apache/datafusion.git", rev = "44.0.0-rc2", default-features = false }
datafusion-expr-common = { git = "https://github.com/apache/datafusion.git", rev = "44.0.0-rc2", default-features = false }
datafusion-execution = { git = "https://github.com/apache/datafusion.git", rev = "44.0.0-rc2", default-features = false }
datafusion-physical-plan = { git = "https://github.com/apache/datafusion.git", rev = "44.0.0-rc2", default-features = false }
datafusion-physical-expr = { git = "https://github.com/apache/datafusion.git", rev = "44.0.0-rc2", default-features = false }
datafusion-comet-spark-expr = { path = "spark-expr", version = "0.5.0" }
datafusion-comet-proto = { path = "proto", version = "0.5.0" }
chrono = { version = "0.4", default-features = false, features = ["clock"] }
Expand Down

0 comments on commit 201dd0e

Please sign in to comment.