From 5fdb2dcf3d1bdc4d45b9255d3604adf3fd946b73 Mon Sep 17 00:00:00 2001 From: Alex Sedighi Date: Tue, 20 Sep 2022 13:44:00 +1200 Subject: [PATCH] fix: attempt to fix srtool build issue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ║ 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 for more information ║ = help: add `#![feature(vec_retain_mut)]` to the crate attributes to enable --- .github/workflows/srtool.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/srtool.yml b/.github/workflows/srtool.yml index 268089ee00e..92817f5d3b6 100644 --- a/.github/workflows/srtool.yml +++ b/.github/workflows/srtool.yml @@ -4,6 +4,7 @@ on: push: branches: - master + - aliX/fix-srtool-build pull_request: jobs: @@ -23,7 +24,6 @@ jobs: chain: ${{ matrix.runtime }} package: runtime-${{ matrix.runtime }} runtime_dir: runtimes/${{ matrix.runtime }} - tag: 1.60.0 - name: Summary run: |