Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use of undeclared crate or module tonic #56

Closed
apianmuse opened this issue May 12, 2021 · 2 comments
Closed

use of undeclared crate or module tonic #56

apianmuse opened this issue May 12, 2021 · 2 comments

Comments

@apianmuse
Copy link

I get an error When I install plonkit with the following command

$ cargo install --git https://github.com/Fluidex/plonkit

error[E0433]: failed to resolve: use of undeclared crate or module `tonic`
  --> src/lib.rs:20:5
   |
20 |     tonic::include_proto!("plonkitserver");
   |     ^^^^^ use of undeclared crate or module `tonic`

How can i solve it?

@HAOYUatHZ
Copy link
Member

HAOYUatHZ commented May 12, 2021

Thanks for your feedback! Our CI compiles plonkit with --all-features enabled so it didn't manage to detect this issue.

I have fix this problem in #57. Hope it works now!

Let me know if you have further problems.

@apianmuse
Copy link
Author

Thanks for your feedback! Our CI compiles plonkit with --all-features enabled so it didn't manage to detect this issue.

I have fix this problem in #57. Hope it works now!

Let me know if you have further problems.

Thank you!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants