Skip to content

Commit 1e9f421

Browse files
committed
use 49
1 parent dd44403 commit 1e9f421

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ arrow = "55.2.0"
3232
arrow-schema = "55.2.0"
3333
async-trait = "0.1"
3434
dashmap = "6"
35-
datafusion = { git = "https://github.com/apache/datafusion.git", branch = "branch-49" }
36-
datafusion-common = { git = "https://github.com/apache/datafusion.git", branch = "branch-49" }
37-
datafusion-expr = { git = "https://github.com/apache/datafusion.git", branch = "branch-49" }
38-
datafusion-functions = { git = "https://github.com/apache/datafusion.git", branch = "branch-49" }
39-
datafusion-functions-aggregate = { git = "https://github.com/apache/datafusion.git", branch = "branch-49" }
40-
datafusion-optimizer = { git = "https://github.com/apache/datafusion.git", branch = "branch-49" }
41-
datafusion-physical-expr = { git = "https://github.com/apache/datafusion.git", branch = "branch-49" }
42-
datafusion-physical-plan = { git = "https://github.com/apache/datafusion.git", branch = "branch-49" }
43-
datafusion-sql = { git = "https://github.com/apache/datafusion.git", branch = "branch-49" }
35+
datafusion = "49"
36+
datafusion-common = "49"
37+
datafusion-expr = "49"
38+
datafusion-functions = "49"
39+
datafusion-functions-aggregate = "49"
40+
datafusion-optimizer = "49"
41+
datafusion-physical-expr = "49"
42+
datafusion-physical-plan = "49"
43+
datafusion-sql = "49"
4444
futures = "0.3"
4545
itertools = "0.14"
4646
log = "0.4"

0 commit comments

Comments
 (0)