You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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" }
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: