delete primitives in Cargo in primitives (#7751)

This commit is contained in:
honeywest
2020-12-18 01:11:07 +08:00
committed by GitHub
parent 0964dab906
commit 570a4a81d6
8 changed files with 11 additions and 11 deletions
@@ -16,7 +16,7 @@ sp-runtime-interface = { version = "2.0.0", path = "../" }
sc-executor = { version = "0.8.0", path = "../../../client/executor" }
sp-runtime-interface-test-wasm = { version = "2.0.0", path = "../test-wasm" }
sp-runtime-interface-test-wasm-deprecated = { version = "2.0.0", path = "../test-wasm-deprecated" }
sp-state-machine = { version = "0.8.0", path = "../../../primitives/state-machine" }
sp-state-machine = { version = "0.8.0", path = "../../state-machine" }
sp-runtime = { version = "2.0.0", path = "../../runtime" }
sp-core = { version = "2.0.0", path = "../../core" }
sp-io = { version = "2.0.0", path = "../../io" }