Remove the last bits of unknown_os in the code base (#9718)

* Remove the last bits of unknown_os in the code base

* Fmt
This commit is contained in:
Bastian Köcher
2021-09-09 11:17:16 +02:00
committed by GitHub
parent a443944167
commit 129c9ed09e
28 changed files with 197 additions and 523 deletions
+1 -20
View File
@@ -64,26 +64,7 @@ unsigned-varint = { version = "0.6.0", features = [
] }
void = "1.0.2"
zeroize = "1.2.0"
[dependencies.libp2p]
version = "0.39.1"
[target.'cfg(target_os = "unknown")'.dependencies.libp2p]
version = "0.39.1"
default-features = false
features = [
"identify",
"kad",
"mdns",
"mplex",
"noise",
"ping",
"request-response",
"tcp-async-io",
"websocket",
"yamux",
]
libp2p = "0.39.1"
[dev-dependencies]
assert_matches = "1.3"