Skip to content

Commit

Permalink
move criterion to dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Jul 18, 2024
1 parent 787e2c8 commit 30fe587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/spark-expr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ chrono-tz = { workspace = true }
num = { workspace = true }
regex = { workspace = true }
thiserror = { workspace = true }
criterion = "0.5.1"

[dev-dependencies]
criterion = "0.5.1"
rand = "0.8.5"

[lib]
Expand Down

0 comments on commit 30fe587

Please sign in to comment.