mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 17:31:05 +00:00
Relax types on DigestItemRef, such that byte slices can be used in addition to vector references (#10536)
* Relax types on `DigestItemRef`, such that byte slices can be used in addition to vector references * Apply clippy suggestions
This commit is contained in:
@@ -36,7 +36,7 @@ hash-db = "0.15.2"
|
||||
serde = "1.0.132"
|
||||
serde_json = "1.0.74"
|
||||
sc-keystore = { version = "4.0.0-dev", path = "../keystore" }
|
||||
sp-runtime = { version = "4.0.0", path = "../../primitives/runtime" }
|
||||
sp-runtime = { version = "4.1.0-dev", path = "../../primitives/runtime" }
|
||||
sp-trie = { version = "4.0.0", path = "../../primitives/trie" }
|
||||
sp-externalities = { version = "0.10.0", path = "../../primitives/externalities" }
|
||||
sc-utils = { version = "4.0.0-dev", path = "../utils" }
|
||||
|
||||
Reference in New Issue
Block a user