Fix UI tests (#6589)

This commit is contained in:
Bastian Köcher
2020-07-07 11:41:55 +02:00
committed by GitHub
parent fe79b24692
commit cccf57a79f
4 changed files with 25 additions and 25 deletions
@@ -19,7 +19,7 @@ sp-runtime = { version = "2.0.0-rc4", default-features = false, path = "../../pr
frame-support = { version = "2.0.0-rc4", default-features = false, path = "../support" }
frame-system = { version = "2.0.0-rc4", default-features = false, path = "../system" }
pallet-transaction-payment-rpc-runtime-api = { version = "2.0.0-rc4", default-features = false, path = "./rpc/runtime-api" }
smallvec = "1.4.0"
smallvec = "1.4.1"
[dev-dependencies]
sp-io = { version = "2.0.0-rc4", path = "../../primitives/io" }