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
@@ -31,7 +31,7 @@ sp-state-machine = { version = "0.10.0-dev", path = "../state-machine" }
sp-core = { version = "4.1.0-dev", path = "../core" }
sp-io = { version = "4.0.0-dev", path = "../io" }
rustversion = "1.0.5"
trybuild = "1.0.52"
trybuild = "1.0.53"
[features]
default = [ "std" ]