DrewMcArthur commented on issue #8231:
URL: https://github.com/apache/arrow-rs/issues/8231#issuecomment-3225279320

   I think the solution might be something to do with the features I had 
enabled for `tokio`.  Having all of these enabled still led to the error:
   ```
   tokio = { version = "1.47.1", features = ["fs", "io-std", "io-util", 
"macros", "rt", "rt-multi-thread", "time"]}
   ```
   
   but adding `cargo add tokio -F full` now seems to work.  I'll leave this 
open for y'all to deal with as you see fit!


-- 
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]

Reply via email to