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
+1 -1
View File
@@ -33,7 +33,7 @@ either = { version = "1.5", default-features = false }
[dev-dependencies]
serde_json = "1.0.41"
rand = "0.7.2"
sp-state-machine = { version = "0.8.0", path = "../../primitives/state-machine" }
sp-state-machine = { version = "0.8.0", path = "../state-machine" }
[features]
bench = []