Skip to content

Commit

Permalink
Pin tokio-macros to 1.63.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
arik-so committed Sep 18, 2024
1 parent 1d78373 commit a9674f7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
toolchain: ${{ matrix.toolchain }}
override: true
profile: minimal
- name: Pin dependencies
if: ${{ matrix.toolchain == '1.63.0' }}
run: |
cargo update -p tokio --precise "1.37.0" --verbose
cargo update -p tokio-macros --precise "2.2.0" --verbose
- name: Build on Rust ${{ matrix.toolchain }}
run: |
cargo build --verbose --color always
Expand Down

0 comments on commit a9674f7

Please sign in to comment.