-
Notifications
You must be signed in to change notification settings - Fork 43
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
Docs on docs.rs do not work anymore #49
Comments
Try removing the |
yes but it happens on the docs.rs website, not on my local machine, so i don't have access to this folder |
I believe this is docs.rs issue then. |
#50 does not seem to refresh the docs.rs cache :/ I don't know what to do to fix it |
I was trying to install cargo-tree or cargo-graph to identify the package that requires conflicting version of idna but build fails on my windows. |
Maybe you should try updating to latest hyper? |
It's a breaking change since 0.11 version brings the async feature so this is not trivial. I was considering replacing Hyper by Reqwest. By doing this, we can try to make an async version around Futures more easily. What do you think? |
I was not aware reqwest released with async API. This is probably a good idea then, if it simpler to use. |
Solved, I close! |
Build log says :
And I have no idea on how to solve that
The text was updated successfully, but these errors were encountered: