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
+1 -1
View File
@@ -29,7 +29,7 @@ once_cell = { version = "1", default-features = false, optional = true }
sp-state-machine = { version = "0.8.0-rc4", optional = true, path = "../../primitives/state-machine" }
bitmask = { version = "0.5.0", default-features = false }
impl-trait-for-tuples = "0.1.3"
smallvec = "1.4.0"
smallvec = "1.4.1"
[dev-dependencies]
pretty_assertions = "0.6.1"
@@ -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" }