Skip to content

Commit

Permalink
fix: attempt to fix srtool build issue
Browse files Browse the repository at this point in the history
  ║ 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
  • Loading branch information
aliXsed committed Sep 20, 2022
1 parent 2f2f668 commit 5fdb2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/srtool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- aliX/fix-srtool-build
pull_request:

jobs:
Expand All @@ -23,7 +24,6 @@ jobs:
chain: ${{ matrix.runtime }}
package: runtime-${{ matrix.runtime }}
runtime_dir: runtimes/${{ matrix.runtime }}
tag: 1.60.0

- name: Summary
run: |
Expand Down

0 comments on commit 5fdb2dc

Please sign in to comment.