mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-14 10:31:21 +00:00
Remove wildcard dev dependency.
This commit is contained in:
@ -19,7 +19,7 @@ unsigned-varint = "0.5"
|
|||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
async-std = "1.6.2"
|
async-std = "1.6.2"
|
||||||
env_logger = "*"
|
env_logger = "0.8"
|
||||||
libp2p-core = { path = "../../core" }
|
libp2p-core = { path = "../../core" }
|
||||||
libp2p-mplex = { path = "../../muxers/mplex" }
|
libp2p-mplex = { path = "../../muxers/mplex" }
|
||||||
libp2p-plaintext = { path = "../../protocols/plaintext" }
|
libp2p-plaintext = { path = "../../protocols/plaintext" }
|
||||||
|
Reference in New Issue
Block a user