mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 10:01:17 +00:00
Change trie deps from github to release (#1520)
This commit is contained in:
committed by
Bastian Köcher
parent
58cd6530be
commit
8f38593def
@@ -9,9 +9,9 @@ hex-literal = "0.1.0"
|
||||
log = "0.4"
|
||||
parking_lot = "0.7.1"
|
||||
heapsize = "0.4"
|
||||
hash-db = { git = "https://github.com/paritytech/trie" }
|
||||
trie-db = { git = "https://github.com/paritytech/trie" }
|
||||
trie-root = { git = "https://github.com/paritytech/trie" }
|
||||
hash-db = "0.9"
|
||||
trie-db = "0.9"
|
||||
trie-root = "0.9"
|
||||
substrate-trie = { path = "../trie" }
|
||||
substrate-primitives = { path = "../primitives" }
|
||||
parity-codec = "2.2"
|
||||
|
||||
Reference in New Issue
Block a user