Update trie-db to the latest (#4874)

This commit is contained in:
Cecile Tonglet
2020-02-10 11:51:56 +01:00
committed by GitHub
parent 78a8d9f3b6
commit 34bf0caa05
3 changed files with 26 additions and 49 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ sp-core = { version = "2.0.0", path = "../../../primitives/core" }
sp-io = { version = "2.0.0", path = "../../../primitives/io" }
sp-state-machine = { version = "0.8", path = "../../../primitives/state-machine" }
sp-trie = { version = "2.0.0", path = "../../../primitives/trie" }
trie-root = "0.15.2"
trie-root = "0.16.0"
[dev-dependencies]
criterion = "0.3.0"