Alexey Anisimov created ARROW-11764:
---------------------------------------
Summary: [Rust] build.rs is missing in the v3.0.0 package
Key: ARROW-11764
URL: https://issues.apache.org/jira/browse/ARROW-11764
Project: Apache Arrow
Issue Type: Bug
Affects Versions: 3.0.0
Reporter: Alexey Anisimov
It seems like the `build.rs` was not included in the package when devs were
publishing the crate to crates.io. And that is why the `simd` feature no longer
works.
Because in the 2.0.0 `#[cfg(all(..., feature = simd))]` attribute was used and
in version 3.0.0 it was upgraded to `#[cfg(simd)]`.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)