Skip to content

Commit 5fdb2dc

Browse files
author
Alex Sedighi
committed
fix: attempt to fix srtool build issue
║ error[E0658]: use of unstable library feature 'vec_retain_mut' ║ --> /cargo-home/git/checkouts/substrate-7e08433d4c370a21/34a0621/client/transaction-pool/src/graph/validated_pool.rs:207:12 ║ | ║ 207 | sinks.retain_mut(|sink| match sink.try_send(*hash) { ║ | ^^^^^^^^^^ ║ | ║ = note: see issue #90829 <rust-lang/rust#90829> for more information ║ = help: add `#![feature(vec_retain_mut)]` to the crate attributes to enable
1 parent 2f2f668 commit 5fdb2dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/srtool.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- aliX/fix-srtool-build
78
pull_request:
89

910
jobs:
@@ -23,7 +24,6 @@ jobs:
2324
chain: ${{ matrix.runtime }}
2425
package: runtime-${{ matrix.runtime }}
2526
runtime_dir: runtimes/${{ matrix.runtime }}
26-
tag: 1.60.0
2727

2828
- name: Summary
2929
run: |

0 commit comments

Comments
 (0)