-
Notifications
You must be signed in to change notification settings - Fork 131
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
Resolving blockers for publishing #32
Comments
Is there a plan on when version 0.0.1 is released to crates, as the module is not usable as described in the readme |
@florianeichin When the blockers listed above are resolve! :) |
|
See also tikv/protobuf-build#31 |
To summarise the problem:
So, possible solutions:
The easiest solution seems to me to be to copy protos to the client repo and to do our own codegen rather than rely on protobuf-build. |
Actually it seems that protobuf-build does not depend on our fork of protobuf, it depends on upstream. So maybe we can just copy the protos we need and we're done :-) |
Blockers resolved, but still no crate? |
Indeed, we're working on getting the quality to a point where we're satisfied enough for a 0.1 release. Hopefully we should have a release in the next month or so. |
This crate is intended to be published to the Crates.io registry to support our users easily (and correctly) depending on this client.
It will also enable future
cargo install tikv-client
uses for our command line tool (#17).The current blockers:
These issues prevent us from reaching a published 0.0.1 release.
The text was updated successfully, but these errors were encountered: