Skip to content

Commit 2f17cb3

Browse files
Upgrade parity-scale-codec to 1.3.0 (#5443)
1 parent dac1ca7 commit 2f17cb3

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.2.0", default-features = false }
13+
codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false }
1414
frame-support = { version = "2.0.0-alpha.5", default-features = false, path = "../support" }
1515
frame-system = { version = "2.0.0-alpha.5", default-features = false, path = "../system" }
1616
pallet-timestamp = { version = "2.0.0-alpha.5", default-features = false, path = "../timestamp" }

0 commit comments

Comments
 (0)