mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-25 15:51:34 +00:00
fix(cargo.toml): specify muxer harness by path only
`libp2p-muxer-harness` is never published to crates.io. Specifying it with a version makes `cargo release` check crates.io for the the non-existing crate. Pull-Request: #4093. Co-Authored-By: Max Inden <mail@max-inden.de>
This commit is contained in:
@ -75,7 +75,7 @@ libp2p-kad = { version = "0.44.0", path = "protocols/kad" }
|
||||
libp2p-mdns = { version = "0.44.0", path = "protocols/mdns" }
|
||||
libp2p-metrics = { version = "0.13.0", path = "misc/metrics" }
|
||||
libp2p-mplex = { version = "0.40.0", path = "muxers/mplex" }
|
||||
libp2p-muxer-test-harness = { version = "0.1.0", path = "muxers/test-harness" }
|
||||
libp2p-muxer-test-harness = { path = "muxers/test-harness" }
|
||||
libp2p-noise = { version = "0.43.0", path = "transports/noise" }
|
||||
libp2p-perf = { version = "0.2.0", path = "protocols/perf" }
|
||||
libp2p-ping = { version = "0.43.0", path = "protocols/ping" }
|
||||
|
Reference in New Issue
Block a user