Skip to content

Commit

Permalink
chore(ci): pin tokio in msrv job
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Jul 31, 2024
1 parent 4fda6b3 commit c6b8988
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ jobs:

- uses: Swatinem/rust-cache@v2

- name: Pin some dependencies
run: |
cargo update -p tokio --precise 1.38.1
- name: Check
run: cargo check --features full

Expand Down

0 comments on commit c6b8988

Please sign in to comment.