mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 02:57:57 +00:00
Fix the issue with trybuild's ui tests (#4992)
* repro ui bug * fix the tests * test with the new image * test without CARGO_HOME * test without fixes * test again * fix trybuild old versions * bump CArgo.lock * fix trybuild newest versions * bump Cargo.lock * trying on the latest image * bump Cargo.lock * run with the old image * ci will be green on the image from 2020-02-19 [skip ci] * bump Cargo.lock
This commit is contained in:
@@ -22,7 +22,7 @@ sp-state-machine = { version = "0.8.0-alpha.1", path = "../../primitives/state-m
|
||||
sp-core = { version = "2.0.0-alpha.1", path = "../core" }
|
||||
sp-io = { version = "2.0.0-alpha.1", path = "../io" }
|
||||
rustversion = "1.0.0"
|
||||
trybuild = "1.0.17"
|
||||
trybuild = "1.0.23"
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
|
||||
Reference in New Issue
Block a user