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
+2 -2
View File
@@ -15,8 +15,8 @@ byteorder = { version = "1.1", default-features = false }
primitive-types = { version = "0.1", default-features = false, features = ["codec"] }
impl-serde = { version = "0.1", optional = true }
wasmi = { version = "0.4.3", optional = true }
hash-db = { git = "https://github.com/paritytech/trie", default-features = false }
hash256-std-hasher = { git = "https://github.com/paritytech/trie", default-features = false }
hash-db = { version = "0.9", default-features = false }
hash256-std-hasher = { version = "0.9", default-features = false }
ring = { version = "0.13", optional = true }
untrusted = { version = "0.6", optional = true }
hex-literal = { version = "0.1", optional = true }