mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 00:31:07 +00:00
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:
@@ -21,7 +21,7 @@ sp-consensus = { version = "0.10.0-dev", path = "../../consensus/common" }
|
||||
sc-block-builder = { version = "0.10.0-dev", path = "../../../client/block-builder" }
|
||||
codec = { package = "parity-scale-codec", version = "2.0.0" }
|
||||
sp-state-machine = { version = "0.10.0-dev", path = "../../state-machine" }
|
||||
trybuild = "1.0.52"
|
||||
trybuild = "1.0.53"
|
||||
rustversion = "1.0.5"
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
@@ -26,4 +26,4 @@ scale-info = "1.0"
|
||||
sp-arithmetic = { path = "../../arithmetic", version = "4.0.0-dev" }
|
||||
# used by generate_solution_type:
|
||||
sp-npos-elections = { path = "..", version = "4.0.0-dev" }
|
||||
trybuild = "1.0.52"
|
||||
trybuild = "1.0.53"
|
||||
|
||||
@@ -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" ]
|
||||
|
||||
Reference in New Issue
Block a user