This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/main by this push:
new 60c2abc21c chore: require ffi feature in arrow-schema benchmark (#7298)
60c2abc21c is described below
commit 60c2abc21cee4ef70f416e2f2f73ed7d1e24a1f4
Author: Tzu Gwo <[email protected]>
AuthorDate: Mon Mar 17 17:53:35 2025 +0800
chore: require ffi feature in arrow-schema benchmark (#7298)
---
arrow-schema/Cargo.toml | 1 +
1 file changed, 1 insertion(+)
diff --git a/arrow-schema/Cargo.toml b/arrow-schema/Cargo.toml
index ca9057cfaf..ee4e171059 100644
--- a/arrow-schema/Cargo.toml
+++ b/arrow-schema/Cargo.toml
@@ -57,3 +57,4 @@ criterion = { version = "0.5", default-features = false }
[[bench]]
name = "ffi"
harness = false
+required-features = ["ffi"]