Skip to content

Commit

Permalink
Wrong dev/test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
edmondop committed Jul 14, 2024
1 parent a276daf commit f5ee443
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 39 deletions.
75 changes: 37 additions & 38 deletions datafusion-cli/Cargo.lock

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

4 changes: 3 additions & 1 deletion datafusion/functions-aggregate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,7 @@ datafusion-expr = { workspace = true }
datafusion-physical-expr-common = { workspace = true }
log = { workspace = true }
paste = "1.0.14"
rand = { workspace = true}
sqlparser = { workspace = true }

[dev.dependencies]
rand = { workspace = true }

0 comments on commit f5ee443

Please sign in to comment.