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
@@ -23,7 +23,7 @@ sp-runtime = { version = "4.0.0-dev", default-features = false, path = "../../..
sp-core = { version = "4.1.0-dev", default-features = false, path = "../../../primitives/core" }
sp-std = { version = "4.0.0", default-features = false, path = "../../../primitives/std" }
sp-version = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/version" }
trybuild = "1.0.52"
trybuild = "1.0.53"
pretty_assertions = "1.0.0"
rustversion = "1.0.5"
frame-system = { version = "4.0.0-dev", default-features = false, path = "../../system" }