Skip to content
This repository has been archived by the owner on Oct 23, 2022. It is now read-only.

Failing to build a blank project with ipfs dependency #504

Open
Retamogordo opened this issue Apr 13, 2022 · 3 comments
Open

Failing to build a blank project with ipfs dependency #504

Retamogordo opened this issue Apr 13, 2022 · 3 comments

Comments

@Retamogordo
Copy link

Hi guys,
I'm trying to do my first step using ipfs crate, I created a blank project with the only dependency of ipfs = "0.2.1", unfortunately, it fails to build on stable toolchain due to a broken dependency of aesni = "^0.7". Most likely I'm missing something fundamental in my approach. Any help is appreciated.

@OHNONOTAMOTH
Copy link

I have the same error

@dariusc93
Copy link

Are you still building from 0.2.1 or are you having cargo point to the git repo? It might be better to point it to the repo by doing ipfs = { git = "https://github.com/rs-ipfs/rust-ipfs" }

@koivunej
Copy link
Collaborator

koivunej commented Jun 11, 2022

Trying out via the git dependency is a great idea, thanks @dariusc93. I have forgotten to yank the releases for ipfs due to the dependency yanking, and haven't really had time to look at this in a while.

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

No branches or pull requests

4 participants