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
@@ -26,5 +26,5 @@ sc-sync-state-rpc = { git = "https://github.com/paritytech/substrate", branch =
txpool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master" }
frame-rpc-system = { package = "substrate-frame-rpc-system", git = "https://github.com/paritytech/substrate", branch = "master" }
pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" }
parity-scale-codec = { version = "1.3.5", default-features = false }
parity-scale-codec = { version = "1.3.6", default-features = false }
sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" }