mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 15:51:12 +00:00
update rhododendron trie-bench for parity-codec 3.0 (#1613)
* update rhd and tri * .lock and wasm build
This commit is contained in:
committed by
Bastian Köcher
parent
6cf382f8b0
commit
9de35fa7d5
@@ -23,7 +23,7 @@ tokio = "0.1.7"
|
||||
parking_lot = "0.7.1"
|
||||
error-chain = "0.12"
|
||||
log = "0.4"
|
||||
rhododendron = { version = "0.4.0", features = ["codec"] }
|
||||
rhododendron = { version = "0.5.0", features = ["codec"] }
|
||||
exit-future = "0.1"
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
BIN
Binary file not shown.
@@ -20,7 +20,7 @@ memory-db = { version = "0.9", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
substrate-primitives = { path = "../primitives" }
|
||||
trie-bench = { version = "0.9" }
|
||||
trie-bench = { version = "0.10" }
|
||||
trie-standardmap = { version = "0.9" }
|
||||
keccak-hasher = { version = "0.2" }
|
||||
criterion = "0.2"
|
||||
|
||||
Reference in New Issue
Block a user