sp-runtime: make parity-util-mem dependency optional (#12657)

* `sp-runtime`: make `parity-util-mem` dependency optional

* Use default-features = false for sp-runtime in sp-keyring

* Remove parity-util-mem from sp-core

* Cargo.lock

* Restore default-features for keyring dependency
This commit is contained in:
Andrew Jones
2022-11-09 21:30:50 +00:00
committed by GitHub
parent 11a01e89e3
commit da46ab18ec
4 changed files with 3 additions and 7 deletions
-1
View File
@@ -9525,7 +9525,6 @@ dependencies = [
"merlin",
"num-traits",
"parity-scale-codec",
"parity-util-mem",
"parking_lot 0.12.1",
"primitive-types",
"rand 0.7.3",