Skip to content

Commit 31f067d

Browse files
committed
add missing dependency
1 parent 848e175 commit 31f067d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

datafusion/expr/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ recursive_protection = ["dep:recursive"]
4242

4343
[dependencies]
4444
arrow = { workspace = true }
45+
async-trait = { workspace = true }
4546
chrono = { workspace = true }
4647
datafusion-common = { workspace = true }
4748
datafusion-doc = { workspace = true }

0 commit comments

Comments
 (0)