mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-07-31 17:01:58 +00:00
chore: don't use workspace inheritance for dev-dependencies
Using workspace inheritance breaks `cargo release` because it cannot resolve that the dev-dependencies should only use a `path` and not a version. Pull-Request: #4097. Co-Authored-By: Thomas Eizinger <thomas@eizinger.io>
This commit is contained in:
@@ -26,7 +26,7 @@ void = "1.0"
|
||||
async-std = "1.6.2"
|
||||
env_logger = "0.10.0"
|
||||
libp2p-swarm = { workspace = true, features = ["macros"] }
|
||||
libp2p-swarm-test = { workspace = true }
|
||||
libp2p-swarm-test = { path = "../../swarm-test" }
|
||||
quickcheck = { workspace = true }
|
||||
|
||||
# Passing arguments to the docsrs builder in order to properly document cfg's.
|
||||
|
Reference in New Issue
Block a user