Upgrade bitvec and parity-scale-codec (#947)

This commit is contained in:
Bastian Köcher
2020-03-30 13:08:15 +02:00
committed by GitHub
parent de1c97fb85
commit b4c79556f3
20 changed files with 39 additions and 29 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ polkadot-service = { path = "../service" }
log = "0.4.8"
tokio = "0.2.13"
futures-timer = "2.0"
codec = { package = "parity-scale-codec", version = "1.1.0" }
codec = { package = "parity-scale-codec", version = "1.3.0" }
[dev-dependencies]
keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" }