-
Hi!
and this follows with error:
Smth does not implemented yet in rust-ipfs-api or I am doing smth terribly wrong? |
Beta Was this translation helpful? Give feedback.
Answered by
wotori
Oct 3, 2022
Replies: 1 comment
-
Found the answer in discord, tnx for the rust community! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
wotori
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found the answer in discord, tnx for the rust community!
Just need to add
"with-send-sync"
ipfs-api-backend-hyper = { version = "your version", features = ["with-send-sync"] }