Upgrade sysinfo to fix compilation on windows (#1267)

This commit is contained in:
Bastian Köcher
2018-12-17 11:10:50 +01:00
committed by Gav Wood
parent 39a2afc44f
commit 090ca9ee7c
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ tokio = "0.1.7"
futures = "0.1.17"
fdlimit = "0.1"
exit-future = "0.1"
sysinfo = "0.6.2"
sysinfo = "0.7"
substrate-client = { path = "../../core/client" }
substrate-network = { path = "../../core/network" }
sr-primitives = { path = "../../core/sr-primitives" }