Change trie deps from github to release (#1520)

This commit is contained in:
Benjamin Kampmann
2019-01-22 13:39:16 +01:00
committed by Bastian Köcher
parent 58cd6530be
commit 8f38593def
8 changed files with 62 additions and 62 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ description = "Substrate node implementation in Rust."
[dependencies]
hex-literal = "0.1"
trie-root = { git = "https://github.com/paritytech/trie" }
trie-root = "0.9"
parity-codec = "2.2"
sr-io = { path = "../../core/sr-io" }
substrate-state-machine = { path = "../../core/state-machine" }