mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 18:07:58 +00:00
Change trie deps from github to release (#1520)
This commit is contained in:
committed by
Bastian Köcher
parent
58cd6530be
commit
8f38593def
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user