Allow missing functions when checking the new runtime's version (#5741)

This commit is contained in:
Bastian Köcher
2020-04-23 14:54:52 +02:00
committed by GitHub
parent fd65c3807c
commit 46677555ac
13 changed files with 73 additions and 16 deletions
+2
View File
@@ -1529,6 +1529,7 @@ dependencies = [
"frame-support",
"parity-scale-codec",
"pretty_assertions",
"rustversion",
"serde",
"sp-core",
"sp-inherents",
@@ -7643,6 +7644,7 @@ name = "sp-runtime-interface-test"
version = "2.0.0-dev"
dependencies = [
"sc-executor",
"sp-core",
"sp-io",
"sp-runtime",
"sp-runtime-interface",