Skip to content

Commit 44b5507

Browse files
committed
minor changes
1 parent e573715 commit 44b5507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/physical-expr-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ path = "src/lib.rs"
3838
[dependencies]
3939
ahash = { workspace = true }
4040
arrow = { workspace = true, features = ["test_utils"] }
41-
criterion = "0.5"
41+
criterion = { version = "0.5.1", default-features = false }
4242
datafusion-common = { workspace = true, default-features = true }
4343
datafusion-expr-common = { workspace = true }
4444
hashbrown = { workspace = true }

0 commit comments

Comments
 (0)