Skip to content

Commit

Permalink
chore(ci): pin some deps for MSRV job
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Oct 15, 2024
1 parent b7e5b4a commit 739d5e6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,11 @@ jobs:

- uses: Swatinem/rust-cache@v2

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

Expand Down

0 comments on commit 739d5e6

Please sign in to comment.