Skip to content

Commit a36111d

Browse files
committed
prepare for df 45
1 parent 4bd2ce6 commit a36111d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,9 @@ pedantic = { level = "deny", priority = -1 }
3434
[[bench]]
3535
name = "main"
3636
harness = false
37+
38+
[patch.crates-io]
39+
datafusion = { git = "https://github.com/pydantic/datafusion.git", rev = "b978115" }
40+
datafusion-common = { git = "https://github.com/pydantic/datafusion.git", rev = "b978115" }
41+
datafusion-expr = { git = "https://github.com/pydantic/datafusion.git", rev = "b978115" }
42+
datafusion-execution = { git = "https://github.com/pydantic/datafusion.git", rev = "b978115" }

0 commit comments

Comments
 (0)