test-runtime: json_patch dep removed (#3062)
We don't need dependency on `json_patch` there is implementation of needed function in `sc_chain_spec` crate. This PR makes this function publicly available and removes the dep.
parent
4ca193f8
Showing
- Cargo.lock 1 addition, 12 deletionsCargo.lock
- substrate/client/chain-spec/src/lib.rs 1 addition, 0 deletionssubstrate/client/chain-spec/src/lib.rs
- substrate/test-utils/runtime/Cargo.toml 1 addition, 1 deletionsubstrate/test-utils/runtime/Cargo.toml
- substrate/test-utils/runtime/src/lib.rs 1 addition, 1 deletionsubstrate/test-utils/runtime/src/lib.rs
Please register or sign in to comment