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/12/28 12:08:38 UTC

[GitHub] [arrow-datafusion] alamb commented on issue #1498: Build is broken on master: function or associated item not found in `proc_macro2::Literal`

alamb commented on issue #1498:
URL: https://github.com/apache/arrow-datafusion/issues/1498#issuecomment-1002062600


   I found a workaround of doing the following forcing the `quote` package back to `1.0.10` (from `1.0.11`)
   
   ```rust
   cargo update --package quote --precise 1.0.10
   ```


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