Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for 0.12.0-rc2 #956

Merged
merged 4 commits into from
Jan 27, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
use official DF release
  • Loading branch information
andygrove committed Jan 25, 2024
commit c0b45b0b0948b345b1e3f6d4c00d5f48fe20cb66
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ arrow-flight = { version = "50.0.0", features = ["flight-sql-experimental"] }
arrow-schema = { version = "50.0.0", default-features = false }
configure_me = { version = "0.4.0" }
configure_me_codegen = { version = "0.4.4" }
datafusion = { git = "https://github.com/apache/arrow-datafusion", rev = "35.0.0-rc1" }
datafusion-cli = { git = "https://github.com/apache/arrow-datafusion", rev = "35.0.0-rc1" }
datafusion-proto = { git = "https://github.com/apache/arrow-datafusion", rev = "35.0.0-rc1" }
datafusion = "35.0.0"
datafusion-cli = "35.0.0"
datafusion-proto = "35.0.0"
object_store = "0.9.0"
sqlparser = "0.41.0"
tonic = { version = "0.10" }
Expand Down
Loading