mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 23:51:05 +00:00
proc-macro: Timeout for tests
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
Generated
+10
@@ -2266,6 +2266,7 @@ dependencies = [
|
||||
"frame-metadata 16.0.0",
|
||||
"futures",
|
||||
"hex",
|
||||
"integration-tests-proc-macro",
|
||||
"parity-scale-codec",
|
||||
"regex",
|
||||
"scale-info",
|
||||
@@ -2284,6 +2285,15 @@ dependencies = [
|
||||
"wabt",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "integration-tests-proc-macro"
|
||||
version = "0.34.0"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.48",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "io-lifetimes"
|
||||
version = "1.0.11"
|
||||
|
||||
Reference in New Issue
Block a user