Closed LimpidCrypto closed 1 year ago
Make sure you're using this nightly.
Make sure you're using this nightly.
Thanks for your help. I was using nightly-2022-11-22-x86_64-apple-darwin
as toolchain and switched it to nightly-x86_64-apple-darwin
.
Works now :)
I'm trying to add the embassy-net crate to my
Cargo.toml
like so:When I'm trying to build it, I always get errors stating that functions in traits can't be async.
Is there anything I'm missing? Thank you :)