This repository has been archived by the owner on Oct 23, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
475: Fixing build issue described in: libp2p/rust-libp2p#2231 r=koivunej a=karim-agha When including rust-ipfs as a dependency in any crate, it fails with the following error: ``` 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 v0.4.0` ... which is depended on by `aes-gcm v0.6.0` ... which is depended on by `snow v0.7.1` ... which is depended on by `libp2p-noise v0.30.0 (/home/alexander/dev/misc/rust-libp2p/transports/noise)` ... which is depended on by `libp2p v0.37.1 (/home/alexander/dev/misc/rust-libp2p)` ... which is depended on by `libp2p-relay v0.2.0 (/home/alexander/dev/misc/rust-libp2p/protocols/relay)` ``` This fix updates the libp2p version into one that has a fix for this dependency and now it compiles fine Co-authored-by: Karim Agha <[email protected]>
- Loading branch information