Update sysinfo to fix compilation on Windows (#5338)

This commit is contained in:
Bastian Köcher
2020-03-20 19:00:39 +01:00
committed by GitHub
parent 017f218926
commit 5688f0b293
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ wasm-timer = "0.2"
exit-future = "0.2.0"
serde = "1.0.101"
serde_json = "1.0.41"
sysinfo = "0.11.7"
sysinfo = "0.12.0"
target_info = "0.1.0"
sc-keystore = { version = "2.0.0-alpha.4", path = "../keystore" }
sp-io = { version = "2.0.0-alpha.4", path = "../../primitives/io" }