mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 22:51:13 +00:00
[ci] Update rust to 1.74 (#2545)
cc https://github.com/paritytech/ci_cd/issues/900 --------- Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: Dónal Murray <donal.murray@parity.io> Co-authored-by: Bastian Köcher <info@kchr.de> Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: command-bot <>
This commit is contained in:
committed by
GitHub
parent
833478f262
commit
cd63276d31
@@ -101,11 +101,9 @@ fn test_harness<T: Future<Output = VirtualOverseer>>(
|
||||
|
||||
let mut view = View::new();
|
||||
let subsystem = async move {
|
||||
loop {
|
||||
match run_iteration(&mut context, &mut view, &Metrics(None)).await {
|
||||
Ok(()) => break,
|
||||
Err(e) => panic!("{:?}", e),
|
||||
}
|
||||
match run_iteration(&mut context, &mut view, &Metrics(None)).await {
|
||||
Ok(()) => {},
|
||||
Err(e) => panic!("{:?}", e),
|
||||
}
|
||||
|
||||
view
|
||||
|
||||
Reference in New Issue
Block a user