mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-23 22:31:06 +00:00
Fix the cfg guards in service/metrics.rs (#5770)
This commit is contained in:
@@ -65,7 +65,7 @@ tracing = "0.1.10"
|
||||
parity-util-mem = { version = "0.6.1", default-features = false, features = ["primitive-types"] }
|
||||
|
||||
|
||||
[target.'cfg(any(unix, windows))'.dependencies]
|
||||
[target.'cfg(all(any(unix, windows), not(target_os = "android")))'.dependencies]
|
||||
netstat2 = "0.8.1"
|
||||
|
||||
[target.'cfg(target_os = "linux")'.dependencies]
|
||||
|
||||
Reference in New Issue
Block a user