Skip to content

Commit

Permalink
avoid unused dep
Browse files Browse the repository at this point in the history
  • Loading branch information
XiangpengHao committed Jul 17, 2024
1 parent cbbc626 commit bcd5736
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ arrow-array = { version = "52.1.0", default-features = false, features = [
"chrono-tz",
] }
arrow-buffer = { version = "52.1.0", default-features = false }
arrow-data = { version = "52.1.0", default-features = false }
arrow-flight = { version = "52.1.0", features = [
"flight-sql-experimental",
] }
Expand Down Expand Up @@ -155,7 +154,6 @@ large_futures = "warn"
[workspace.lints.rust]
unused_imports = "deny"


## Temporary arrow-rs patch until 52.2.0 is released

[patch.crates-io]
Expand Down
1 change: 0 additions & 1 deletion datafusion/physical-expr-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ path = "src/lib.rs"
[dependencies]
ahash = { workspace = true }
arrow = { workspace = true }
arrow-data = { workspace = true }
datafusion-common = { workspace = true, default-features = true }
datafusion-expr = { workspace = true }
hashbrown = { workspace = true }
Expand Down

0 comments on commit bcd5736

Please sign in to comment.