libp2p-rs icon indicating copy to clipboard operation
libp2p-rs copied to clipboard

Compilation failed due to dependency issues

Open andeya opened this issue 2 years ago • 1 comments

Describe the bug

error: failed to select a version for the requirement `aesni = "^0.7"`
candidate versions found which didn't match: 0.99.99, 0.10.0, 0.9.0, ...
location searched: crates.io index
required by package `aes-ctr v0.4.0`
    ... which satisfies dependency `aes-ctr = "^0.4.0"` of package `libp2prs-secio v0.3.0 (/Users/henrylee2cn/rust/libp2p-rs/protocols/secio)`
    ... which satisfies path dependency `libp2prs-secio` (locked to 0.3.0) of package `libp2prs-yamux v0.3.0 (/Users/henrylee2cn/rust/libp2p-rs/protocols/yamux)`

To Reproduce Steps to reproduce the behavior:

  1. cargo +nightly check

Additional context

  • x86_64-apple-darwin
  • rustc 1.60.0-nightly (6abb6385b 2022-01-26)

andeya avatar Jan 27 '22 08:01 andeya

Hi @henrylee2cn ,

This bug has been fixed at this commit. You can use this fork to compile again. We are still doing other works, so the update may be delayed.

If you have another issues, please tell us.

Thanks for your attention to libp2p-rs.

restoreall avatar Feb 14 '22 09:02 restoreall