Skip to content

Commit

Permalink
fix(ci): downgrade async-executor to 1.5.2 (#7911)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog authored Sep 28, 2023
1 parent c68fbfc commit e9e68ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ jobs:
cargo update -p reqwest --precise 0.11.18
cargo update -p cfg-expr:0.15.5 --precise 0.15.4
cargo update -p memchr --precise 2.6.2
cargo update -p async-executor --precise 1.5.1
- name: test
run: cargo test --target ${{ matrix.platform.target }} ${{ matrix.features.args }}

0 comments on commit e9e68ab

Please sign in to comment.