mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 05:51:02 +00:00
Fix node-rpc-client compilation (#4159)
* Fix `node-rpc-client` compilation * Enable `alloc` feature of `zeroize` on `std`
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user