Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Update to SCALE 1.2.0 (#5113)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bkchr authored Mar 3, 2020
1 parent 565e2bd commit f547546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description = "FRAME EVM contracts pallet"

[dependencies]
serde = { version = "1.0.101", optional = true, features = ["derive"] }
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false }
codec = { package = "parity-scale-codec", version = "1.2.0", default-features = false }
frame-support = { version = "2.0.0-alpha.2", default-features = false, path = "../support" }
frame-system = { version = "2.0.0-alpha.2", default-features = false, path = "../system" }
pallet-timestamp = { version = "2.0.0-alpha.2", default-features = false, path = "../timestamp" }
Expand Down

0 comments on commit f547546

Please sign in to comment.