bump codec minor version (#2247)

This commit is contained in:
Guillaume Thiolliere
2021-01-11 23:00:07 +01:00
committed by GitHub
parent 9aebac3c69
commit a3682f8d9d
32 changed files with 33 additions and 33 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ tracing = "0.1.22"
tracing-futures = "0.2.4"
bitvec = "0.17.4"
parity-scale-codec = { version = "1.3.5", features = ["derive"] }
parity-scale-codec = { version = "1.3.6", features = ["derive"] }
erasure = { package = "polkadot-erasure-coding", path = "../../../erasure-coding" }
polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" }
polkadot-node-subsystem-util = { path = "../../subsystem-util" }