Why Nostr? What is Njump?
2023-12-06 08:02:37
in reply to

M. Dilger on Nostr: The error indicates that tokio isn't configured right. tokio has to be built with the ...

The error indicates that tokio isn't configured right.

tokio has to be built with the unstable flag.

There is a file ".cargo/config" which sets this flag.

If you set RUSTFLAGS you will clobber this setting, so you have to add "--cfg tokio_unstable" to RUSTFLAGS if you override it.

Gossip has a Cargo.lock which fixes in place the versions of all the dependenices so you can't be running some new tokio that breaks.
Author Public Key
npub1acg6thl5psv62405rljzkj8spesceyfz2c32udakc2ak0dmvfeyse9p35c