mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-29 11:27:58 +00:00
add ios to cfg gates in client/service (#6622)
* done * sysinfo should not be not android * add back sysinfo dep to satisfy web wasm ci
This commit is contained in:
@@ -76,8 +76,7 @@ sc-tracing = { version = "2.0.0-rc4", path = "../tracing" }
|
||||
tracing = "0.1.10"
|
||||
parity-util-mem = { version = "0.7.0", default-features = false, features = ["primitive-types"] }
|
||||
|
||||
|
||||
[target.'cfg(all(any(unix, windows), not(target_os = "android")))'.dependencies]
|
||||
[target.'cfg(all(any(unix, windows), not(target_os = "android"), not(target_os = "ios")))'.dependencies]
|
||||
netstat2 = "0.8.1"
|
||||
|
||||
[target.'cfg(target_os = "linux")'.dependencies]
|
||||
|
||||
Reference in New Issue
Block a user