mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 08:11:04 +00:00
Change trie deps from github to release (#1520)
This commit is contained in:
committed by
Bastian Köcher
parent
58cd6530be
commit
8f38593def
@@ -11,7 +11,7 @@ rustc_version = "0.2"
|
||||
sr-std = { path = "../sr-std", default-features = false }
|
||||
substrate-primitives = { path = "../primitives", default-features = false }
|
||||
parity-codec = { version = "2.2", default-features = false }
|
||||
hash-db = { git = "https://github.com/paritytech/trie", default-features = false }
|
||||
hash-db = { version = "0.9", default-features = false }
|
||||
|
||||
environmental = { version = "~1.0", optional = true }
|
||||
substrate-state-machine = { path = "../state-machine", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user