Skip to content

Commit 88f21c5

Browse files
author
Alex Sedighi
authored
build: fix srtool build (#671)
* 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 88f21c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/srtool.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
chain: ${{ matrix.runtime }}
2424
package: runtime-${{ matrix.runtime }}
2525
runtime_dir: runtimes/${{ matrix.runtime }}
26-
tag: 1.60.0
2726

2827
- name: Summary
2928
run: |

0 commit comments

Comments
 (0)