Fix compilation in certain crates

This commit is contained in:
Ivan Boldyrev
2023-10-11 13:16:19 +04:00
parent 9c3fd0ef2b
commit 7fbd4f1e56
3 changed files with 3 additions and 6 deletions

View File

@ -19,7 +19,7 @@ futures = "0.3.28"
instant = "0.1.12"
libp2p-core = { workspace = true }
libp2p-dns = { workspace = true, features = ["tokio"] }
libp2p-identity = { workspace = true }
libp2p-identity = { workspace = true, features = ["rand"] }
libp2p-tls = { workspace = true }
libp2p-quic = { workspace = true, features = ["tokio"] }
libp2p-request-response = { workspace = true }
@ -35,7 +35,6 @@ void = "1"
[dev-dependencies]
rand = "0.8"
libp2p-identity = { workspace = true, features = ["rand"] }
libp2p-swarm-test = { path = "../../swarm-test" }
# Passing arguments to the docsrs builder in order to properly document cfg's.