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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]