Skip to content

Commit 88afcc7

Browse files
committed
Modifications need to compile against latest DF
1 parent d122393 commit 88afcc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ arrow = { version = "53", features = ["pyarrow"] }
4040
datafusion = { version = "43.0.0", features = ["pyarrow", "avro", "unicode_expressions"] }
4141
datafusion-substrait = { version = "43.0.0", optional = true }
4242
datafusion-proto = { version = "43.0.0" }
43-
datafusion-functions-window-common = { version = "43.0.0" }
4443
datafusion-ffi = { version = "43.0.0" }
44+
datafusion-functions-window-common = { version = "43.0.0" }
4545
prost = "0.13" # keep in line with `datafusion-substrait`
4646
uuid = { version = "1.11", features = ["v4"] }
4747
mimalloc = { version = "0.1", optional = true, default-features = false, features = ["local_dynamic_tls"] }

0 commit comments

Comments
 (0)