mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 14:01:06 +00:00
Update to SCALE 1.2.0 (#5113)
This updates `parity-scale-codec` to `1.2.0`, which includes multiple performance improvements and a fix that bounds the capacity of a vector at decoding.
This commit is contained in:
@@ -24,7 +24,7 @@ linked-hash-map = "0.5.2"
|
||||
|
||||
[dev-dependencies]
|
||||
assert_matches = "1.3.0"
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0" }
|
||||
codec = { package = "parity-scale-codec", version = "1.2.0" }
|
||||
substrate-test-runtime = { version = "2.0.0-dev", path = "../../../test-utils/runtime" }
|
||||
criterion = "0.3"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user