Prepare code for rust 1.57 (#10471)

* Prepare code for rust 1.57

* CI: revert me; staging image with stable 1.57

* Revert "CI: revert me; staging image with stable 1.57 [skip CI]"

This reverts commit f3c3b8a9e877ef7126ffce6ebc4822bb4ace0379.

Co-authored-by: CI system <>
This commit is contained in:
Bastian Köcher
2021-12-14 13:05:47 +01:00
committed by GitHub
parent 7711f5266e
commit 187663e1f1
14 changed files with 54 additions and 56 deletions
+1 -1
View File
@@ -18,4 +18,4 @@ tokio = { version = "1.10", features = ["macros", "time"] }
[dev-dependencies]
sc-service = { version = "0.10.0-dev", path = "../client/service" }
trybuild = { version = "1.0.52", features = [ "diff" ] }
trybuild = { version = "1.0.53", features = [ "diff" ] }