Skip to content

Commit 3af8465

Browse files
authored
Use official DF 34 release (#939)
1 parent 934b32f commit 3af8465

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ arrow-flight = { version = "49.0.0", features = ["flight-sql-experimental"] }
3434
arrow-schema = { version = "49.0.0", default-features = false }
3535
configure_me = { version = "0.4.0" }
3636
configure_me_codegen = { version = "0.4.4" }
37-
datafusion = { git = "https://github.com/apache/arrow-datafusion", rev = "34.0.0-rc1" }
38-
datafusion-cli = { git = "https://github.com/apache/arrow-datafusion", rev = "34.0.0-rc1" }
39-
datafusion-proto = { git = "https://github.com/apache/arrow-datafusion", rev = "34.0.0-rc1" }
37+
datafusion = "34.0.0"
38+
datafusion-cli = "34.0.0"
39+
datafusion-proto = "34.0.0"
4040
object_store = "0.8.0"
4141
sqlparser = "0.40.0"
4242
tonic = { version = "0.10" }

0 commit comments

Comments
 (0)