Skip to content

Commit

Permalink
criterion disable default features
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Dec 6, 2024
1 parent 51a6d66 commit bd38276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow-schema/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ bench = false
[dependencies]
serde = { version = "1.0", default-features = false, features = ["derive", "std", "rc"], optional = true }
bitflags = { version = "2.0.0", default-features = false, optional = true }
criterion = "0.5.1"
criterion = { version = "0.5", default-features = false }

[features]
# Enable ffi support
Expand Down

0 comments on commit bd38276

Please sign in to comment.