Remove duplicated dependencies (#6930)

Signed-off-by: koushiro <koushiro.cqx@gmail.com>
This commit is contained in:
Qinxuan Chen
2020-08-21 22:25:58 +08:00
committed by GitHub
parent 69e349bd51
commit 8ae1695526
20 changed files with 81 additions and 194 deletions
+3 -3
View File
@@ -26,10 +26,10 @@ memory-db = { version = "0.24.0", default-features = false }
sp-core = { version = "2.0.0-rc6", default-features = false, path = "../core" }
[dev-dependencies]
trie-bench = "0.24.0"
trie-bench = "0.25.0"
trie-standardmap = "0.15.2"
criterion = "0.2.11"
hex-literal = "0.2.1"
criterion = "0.3.3"
hex-literal = "0.3.1"
sp-runtime = { version = "2.0.0-rc6", path = "../runtime" }
[features]