Skip to content

Commit d9c344d

Browse files
committed
use 52
1 parent 1cb5ece commit d9c344d

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ arrow = "57.1.0"
3333
arrow-schema = "57.1.0"
3434
async-trait = "0.1.89"
3535
dashmap = "6"
36-
datafusion = { git = "https://github.com/apache/datafusion", rev = "aee5cd9" }
37-
datafusion-common = { git = "https://github.com/apache/datafusion", rev = "aee5cd9" }
38-
datafusion-expr = { git = "https://github.com/apache/datafusion", rev = "aee5cd9" }
39-
datafusion-functions = { git = "https://github.com/apache/datafusion", rev = "aee5cd9" }
40-
datafusion-functions-aggregate = { git = "https://github.com/apache/datafusion", rev = "aee5cd9" }
41-
datafusion-optimizer = { git = "https://github.com/apache/datafusion", rev = "aee5cd9" }
42-
datafusion-physical-expr = { git = "https://github.com/apache/datafusion", rev = "aee5cd9" }
43-
datafusion-physical-plan = { git = "https://github.com/apache/datafusion", rev = "aee5cd9" }
44-
datafusion-sql = { git = "https://github.com/apache/datafusion", rev = "aee5cd9" }
36+
datafusion = "52"
37+
datafusion-common = "52"
38+
datafusion-expr = "52"
39+
datafusion-functions = "52"
40+
datafusion-functions-aggregate = "52"
41+
datafusion-optimizer = "52"
42+
datafusion-physical-expr = "52"
43+
datafusion-physical-plan = "52"
44+
datafusion-sql = "52"
4545
futures = "0.3"
4646
itertools = "0.14"
4747
log = "0.4"

0 commit comments

Comments
 (0)