You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@avro.apache.org by GitBox <gi...@apache.org> on 2022/04/15 04:10:45 UTC

[GitHub] [avro] jklamer commented on pull request #1631: AVRO-3479: [rust] Avro Schema Derive Proc Macro

jklamer commented on PR #1631:
URL: https://github.com/apache/avro/pull/1631#issuecomment-1099832925

   Call this officially ready! Except for the one outstanding issue: I can't get the `cargo package` to recognize the avro_derive dependency that is local:
   running it results in the error
   ```             
      Packaging apache-avro v0.14.0
       Updating crates.io index
   error: failed to prepare local package for uploading
   
   Caused by:
     no matching package named `avro_derive` found
     location searched: registry `crates-io`
     required by package `apache-avro v0.14.0`
   ```


-- 
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: issues-unsubscribe@avro.apache.org

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