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
@@ -22,7 +22,7 @@ sp-arithmetic = { version = "2.0.0", default-features = false, path = "../arithm
[dev-dependencies]
substrate-test-utils = { version = "2.0.0", path = "../../test-utils" }
rand = "0.7.3"
sp-runtime = { version = "2.0.0", path = "../../primitives/runtime" }
sp-runtime = { version = "2.0.0", path = "../runtime" }
[features]
default = ["std"]