Fix node-rpc-client compilation (#4159)

* Fix `node-rpc-client` compilation

* Enable `alloc` feature of `zeroize` on `std`
This commit is contained in:
Bastian Köcher
2019-11-20 21:33:20 +01:00
committed by GitHub
parent df7d3982d7
commit b1625f1a44
4 changed files with 7 additions and 12 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ test_client = { package = "substrate-test-client", path = "../../test/utils/clie
test-client = { package = "substrate-test-runtime-client", path = "../../test/utils/runtime/client", optional = true }
erased-serde = "0.3.9"
void = "1.0.2"
zeroize = "0.10.1"
zeroize = "1.0.0"
babe-primitives = { package = "substrate-consensus-babe-primitives", path = "../../primitives/consensus/babe" }
[dev-dependencies]