Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add missing "cbor" feature flag on test
Found a failing test while looking through the request-response protocol crate. The function `dial_succeeds_after_adding_peers_address()` was just missing the `cbor` feature flag. Added the flag and the test passed. Pull-Request: libp2p#5321.
- Loading branch information