You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/07/07 11:48:35 UTC

[GitHub] [arrow-rs] alamb commented on issue #529: master fails to compile with `default-features=false`

alamb commented on issue #529:
URL: https://github.com/apache/arrow-rs/issues/529#issuecomment-875537270


   For anyone finding this ticket, a workaround is to add the following to your Cargo dependencies:
   ```
   # ensure we get the std version of rand so arrow builds without default features
   rand = { version = "0.8" }
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org