Update to Substrate release candidate (#116)

* Substrate rc1

* Add tx version extra

* Remove CheckBlockGasLimit

* Substrate rc2
This commit is contained in:
Andrew Jones
2020-05-26 13:53:08 +01:00
committed by GitHub
parent 4dadb2c9b5
commit 0d58f4b67c
3 changed files with 15 additions and 35 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ async-std = { version = "1.5.0", features = ["attributes"] }
codec = { package = "parity-scale-codec", version = "1.3.0", features = ["derive"] }
env_logger = "0.7.1"
pretty_assertions = "0.6.1"
sp-keyring = "2.0.0-alpha.8"
sp-keyring = "2.0.0-rc2"
substrate-subxt = { path = ".." }
trybuild = "1.0.25"