Skip to content

Commit 7e918c8

Browse files
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.
1 parent c3f888d commit 7e918c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description = "FRAME EVM contracts pallet"
1010

1111
[dependencies]
1212
serde = { version = "1.0.101", optional = true, features = ["derive"] }
13-
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false }
13+
codec = { package = "parity-scale-codec", version = "1.2.0", default-features = false }
1414
frame-support = { version = "2.0.0-alpha.2", default-features = false, path = "../support" }
1515
frame-system = { version = "2.0.0-alpha.2", default-features = false, path = "../system" }
1616
pallet-timestamp = { version = "2.0.0-alpha.2", default-features = false, path = "../timestamp" }

0 commit comments

Comments
 (0)