Skip to content

Commit

Permalink
Move dep to dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gokselk committed Dec 19, 2024
1 parent f147a4e commit 1799e48
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion datafusion-cli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion datafusion/physical-expr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ arrow-schema = { workspace = true }
datafusion-common = { workspace = true, default-features = true }
datafusion-expr = { workspace = true }
datafusion-expr-common = { workspace = true }
datafusion-functions = { workspace = true }
datafusion-functions-aggregate-common = { workspace = true }
datafusion-physical-expr-common = { workspace = true }
half = { workspace = true }
Expand All @@ -58,6 +57,7 @@ petgraph = "0.6.2"
[dev-dependencies]
arrow = { workspace = true, features = ["test_utils"] }
criterion = "0.5"
datafusion-functions = { workspace = true }
rand = { workspace = true }
rstest = { workspace = true }

Expand Down

0 comments on commit 1799e48

Please sign in to comment.