We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e573715 commit 44b5507Copy full SHA for 44b5507
datafusion/physical-expr-common/Cargo.toml
@@ -38,7 +38,7 @@ path = "src/lib.rs"
38
[dependencies]
39
ahash = { workspace = true }
40
arrow = { workspace = true, features = ["test_utils"] }
41
-criterion = "0.5"
+criterion = { version = "0.5.1", default-features = false }
42
datafusion-common = { workspace = true, default-features = true }
43
datafusion-expr-common = { workspace = true }
44
hashbrown = { workspace = true }
0 commit comments