Closed hugues31 closed 7 years ago
Try removing the build
, debug
dirs
yes but it happens on the docs.rs website, not on my local machine, so i don't have access to this folder
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