Skip to content

Commit

Permalink
chore(ci/msrv): specify tokio version
Browse files Browse the repository at this point in the history
  • Loading branch information
loyd committed Jul 25, 2024
1 parent f6ff213 commit c3c310f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
- run: rustup toolchain install ${{ env.MSRV }} --profile minimal
- run: rustup override set ${{ env.MSRV }}
- run: rustup show active-toolchain -v
# cargo from toolchain v1.67 doesn't choose versions based on MSRV,
# so we downgrade tokio because since v1.39 it requires rustc >=1.70.
- run: cargo update -p tokio --precise 1.38.1
- run: cargo build
- run: cargo build --no-default-features
- run: cargo build --features uuid,time
Expand Down

0 comments on commit c3c310f

Please sign in to comment.