Skip to content

Commit 492b08b

Browse files
committed
update
1 parent aff3e71 commit 492b08b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ name = "main"
3636
harness = false
3737

3838
[patch.crates-io]
39-
datafusion = { git = "https://github.com/apache/datafusion.git", rev = "722ccb9" }
40-
datafusion-common = { git = "https://github.com/apache/datafusion.git", rev = "722ccb9" }
41-
datafusion-physical-expr = { git = "https://github.com/apache/datafusion.git", rev = "722ccb9" }
42-
datafusion-functions-aggregate = { git = "https://github.com/apache/datafusion.git", rev = "722ccb9" }
43-
datafusion-expr = { git = "https://github.com/apache/datafusion.git", rev = "722ccb9" }
44-
datafusion-macros = { git = "https://github.com/apache/datafusion.git", rev = "722ccb9" }
39+
datafusion = { git = "https://github.com/apache/datafusion.git", rev = "66a7423" }
40+
datafusion-common = { git = "https://github.com/apache/datafusion.git", rev = "66a7423" }
41+
datafusion-physical-expr = { git = "https://github.com/apache/datafusion.git", rev = "66a7423" }
42+
datafusion-functions-aggregate = { git = "https://github.com/apache/datafusion.git", rev = "66a7423" }
43+
datafusion-expr = { git = "https://github.com/apache/datafusion.git", rev = "66a7423" }
44+
datafusion-macros = { git = "https://github.com/apache/datafusion.git", rev = "66a7423" }

0 commit comments

Comments
 (0)