-
Notifications
You must be signed in to change notification settings - Fork 152
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
Query latest version of crates from local registry index rather than HTTP API #311
Comments
The points of this feature in my mind for now:
|
I'd like to work for this, but in the next half month I may not have enough spare time. If someone would like to help me, that will be great. And I don't know how to read files in bare git repo. |
Implemented by hand |
bors bot
added a commit
that referenced
this issue
Aug 7, 2019
317: Query crate versions from local registry index rather than HTTP API r=ordian a=DCjanus Close #311 Co-authored-by: DCjanus <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Obviously, querying versions via the HTTP API is slow, maybe we could query from local registry index.
ref: #292 (comment)
The text was updated successfully, but these errors were encountered: