Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Allow
libp2p-mdns
to compile without feature-flags (#3131)
Currently, `libp2p-mdns` fails to compile unless we enable the `tokio` runtime feature flag. This is caused by missing `cfg` statements upstream. See https://github.com/bluejekyll/trust-dns/issues/1830. Until this is fixed upstream, we temporarily enable the `tokio-runtime` feature of `trust-dns-proto`.
- Loading branch information