mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-30 10:11:33 +00:00
Fix compilation in certain crates
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user