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

Docs on docs.rs do not work anymore #49

Closed
hugues31 opened this issue Oct 25, 2017 · 9 comments
Closed

Docs on docs.rs do not work anymore #49

hugues31 opened this issue Oct 25, 2017 · 9 comments

Comments

@hugues31
Copy link
Owner

Build log says :

error[E0460]: found possibly newer version of crate `idna` which `hyper` depends on
  --> .cargo/registry/src/github.com-1ecc6299db9ec823/coinnect-0.5.3/src/lib.rs:33:1
   |
33 | extern crate hyper;
   | ^^^^^^^^^^^^^^^^^^^
   |
   = note: perhaps that crate needs to be recompiled?
   = note: crate `idna` path #1: /home/cratesfyi/cratesfyi/debug/deps/libidna-e17fe1ecab30d084.rlib
   = note: crate `idna` path #2: /home/cratesfyi/cratesfyi/debug/deps/libidna-61e19868261f71ed.rlib
   = note: crate `hyper` path #1: /home/cratesfyi/cratesfyi/debug/deps/libhyper-103a835b55757827.rlib

error: aborting due to previous error

And I have no idea on how to solve that

@crackcomm
Copy link

Try removing the build, debug dirs

@hugues31
Copy link
Owner Author

yes but it happens on the docs.rs website, not on my local machine, so i don't have access to this folder

@crackcomm
Copy link

I believe this is docs.rs issue then.

@hugues31
Copy link
Owner Author

#50 does not seem to refresh the docs.rs cache :/ I don't know what to do to fix it

@crackcomm
Copy link

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.

@crackcomm
Copy link

Maybe you should try updating to latest hyper?

@hugues31
Copy link
Owner Author

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?

@crackcomm
Copy link

I was not aware reqwest released with async API. This is probably a good idea then, if it simpler to use.

@hugues31
Copy link
Owner Author

Solved, I close!

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

No branches or pull requests

2 participants